Skip to content

Commit 57562b8

Browse files
authored
Merge pull request #1282 from grennfp/main
change ERCC92 download link and collapse_annotation.py fix
2 parents f0a22f6 + a9059b7 commit 57562b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/reference_data/reference_data_preparation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@
944944
"[download_ercc_reference]\n",
945945
"output: f\"{cwd:a}/ERCC92.gtf\", f\"{cwd:a}/ERCC92.fa\"\n",
946946
"download: dest_dir = cwd, decompress=True\n",
947-
" https://tools.thermofisher.com/content/sfs/manuals/ERCC92.zip"
947+
" https://assets.thermofisher.com/TFS-Assets/LSG/manuals/ERCC92.zip"
948948
]
949949
},
950950
{
@@ -1168,7 +1168,7 @@
11681168
"output: f'{_input:n}{\".collapse_only\" if stranded else \"\"}.gene.gtf'\n",
11691169
"task: trunk_workers = 1, trunk_size = job_size, walltime = walltime, mem = mem, tags = f'{step_name}_{_output:bn}'\n",
11701170
"bash: expand = \"${ }\", stderr = f'{_output}.stderr', stdout = f'{_output}.stdout', container = container, entrypoint = entrypoint\n",
1171-
" collapse_annotation.py ${\"--collapse_only\" if stranded else \"\"} ${_input} ${_output}"
1171+
" collapse_annotation ${\"--collapse_only\" if stranded else \"\"} ${_input} ${_output}"
11721172
]
11731173
},
11741174
{

0 commit comments

Comments
 (0)