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

moved microorganisms roots in a single file

parent 5deb245f
No related branches found
No related tags found
No related merge requests found
/ncbi:1/ncbi:131567/ncbi:2759/ncbi:33090/ncbi:3041/ncbi:2692248/ncbi:75966/ncbi:35460/ncbi:35461/ncbi:3110
/ncbi:1/ncbi:131567/ncbi:2759/ncbi:2611341/ncbi:207245/ncbi:193075
/ncbi:1/ncbi:131567/ncbi:2759/ncbi:2698737/ncbi:543769
/ncbi:1/ncbi:131567/ncbi:2759/ncbi:2698737/ncbi:33634
/ncbi:1/ncbi:10239
/ncbi:1/ncbi:131567/ncbi:2157/ncbi:1783275/ncbi:28889
/ncbi:1/ncbi:131567/ncbi:2157/ncbi:28890
/ncbi:1/ncbi:131567/ncbi:2157/ncbi:1783275/ncbi:51967
/ncbi:1/ncbi:131567/ncbi:2157/ncbi:1783276/ncbi:192989
/ncbi:1/ncbi:131567/ncbi:2759/ncbi:33090/ncbi:3041/ncbi:2692248/ncbi:3166/ncbi:2812636/ncbi:3042/ncbi:3065/ncbi:3066
......@@ -6,10 +6,10 @@ rule all:
config['OUTDIR'] + '/finish.txt',
config['OUTDIR'] + '/taxid_microorganisms.txt',
config['OUTDIR'] + '/taxa+id_microorganisms.txt',
config['OUTDIR'] + '/taxa+id_microorganisms.trie',
# config['OUTDIR'] + '/taxa+id_microorganisms.trie',
config['OUTDIR'] + '/taxid_full.txt',
config['OUTDIR'] + '/taxa+id_full.txt',
config['OUTDIR'] + '/taxa+id_full.trie'
# config['OUTDIR'] + '/taxa+id_full.trie'
rule check:
......@@ -30,10 +30,10 @@ rule microorganisms:
input:
full=config['OUTDIR'] + '/{p}_full.txt',
roots='microorganisms-roots'
roots='microorganisms-roots.txt'
shell:
'''./cut-root.py {input.roots}/* <{input.full} >{output}'''
'''./cut-root.py {input.roots} <{input.full} >{output}'''
rule taxaid_full:
......
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