Skip to content
Snippets Groups Projects
Commit f33171b9 authored by Robert Bossy's avatar Robert Bossy
Browse files

fix #15

parent ffc2beae
No related branches found
No related tags found
Loading
......@@ -3,7 +3,6 @@ configfile: 'config.yaml'
rule all:
input:
config['OUTDIR'] + '/finish.txt',
config['OUTDIR'] + '/taxid_microorganisms.txt',
config['OUTDIR'] + '/taxa+id_microorganisms.txt',
config['OUTDIR'] + '/taxa+id_microorganisms.trie',
......@@ -13,7 +12,7 @@ rule all:
config['OUTDIR'] + '/microorganisms-roots-paths.txt'
rule check:
rule compile:
input:
config['OUTDIR'] + '/taxa+id_{root}.txt'
......
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