Skip to content
Snippets Groups Projects
Commit 7ce2b1a9 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix scripts.

parent cd9551eb
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ params {
tssfile = '/project/shared/bicf_workflow_ref/GRCh38/gencode.tss'
}
'GRCm38' {
git'
bwa = '/project/shared/bicf_workflow_ref/GRCm38'
genomesize = 'mm'
chromsizes = '/project/shared/bicf_workflow_ref/GRCm38/genomefile.txt'
tssfile = '/project/shared/bicf_workflow_ref/GRCh38/gencode.tss'
......
......@@ -10,7 +10,7 @@ import shlex
import logging
from multiprocessing import cpu_count
import pandas as pd
from python_utils import utils
import utils
EPILOG = '''
......
......@@ -8,7 +8,7 @@ import logging
import shutil
import pandas as pd
import sys
from python_utils import utils
import utils
EPILOG = '''
For more details:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment