Skip to content
Snippets Groups Projects
Commit 10e6c158 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

fix #15

parent 98223688
No related branches found
No related tags found
No related merge requests found
......@@ -118,8 +118,8 @@ rule PREPROCESSING_MT_FILTER_RRNA:
'MT.SE.trimmed.rna.fq',
], dir=P_OUT)
run:
fastafiles = expand("{path}/{files}.fasta", files=config["sortmerna"]["files"], path="{DBPATH}/sortmerna")
fastaindexed = expand("{path}/idx/{files}", files=config["sortmerna"]["files"], path="{DBPATH}/sortmerna")
fastafiles = expand("{path}/{files}.fasta", files=config["sortmerna"]["files"], path=DBPATH + "/sortmerna")
fastaindexed = expand("{path}/idx/{files}", files=config["sortmerna"]["files"], path=DBPATH + "/sortmerna")
ref = ':'.join('%s,%s' % (a, b) for a, b in zip(fastafiles, fastaindexed))
# shell("{EXE} {SCRIPTS[filter_rna]} -t {config[sortmerna][threads]} \
# -d %s -p {config[sortmerna][scripts_path]} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment