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

you failed to merge correctly so there was a typo in the file. fixed #16

parent 80361f63
No related branches found
No related tags found
No related merge requests found
......@@ -87,13 +87,8 @@ rule INDEX_SORTMERNA_DB:
files=config["sortmerna"]["files"],
path=DBPATH + "/sortmerna")
ref = ':'.join('%s,%s' % (a, b) for a, b in zip(input, fastaindexed))
<<<<<<< HEAD
shell("mkdir -p {params.outdir}")
shell("indexdb_rna --ref {ref} --fast > {log} 2>&1")
=======
shell("mkdir -p {DBPATH}/sortmerna")
shell("indexdb_rna --ref {ref} > {log} 2>&1")
>>>>>>> 10e6c1581a08457563678bded44ea159d5561390
rule DIAGRAMMS:
......
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