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

rm offending log

parent 5bb5d1af
No related branches found
No related tags found
No related merge requests found
include:
"config"
print(config)
exit
rule ALL:
input:
expand("{path}/{filter}.{ext}", path=DBPATH + "/human", filter=config["human_filtering"]["filter"], ext=['fa']),
......@@ -123,10 +122,6 @@ rule _DOWNLOAD_TRIMMOMATIC_ADAPTERS:
rule _DOWNLOAD_KEGG_INFORMATION:
log:
U_LOG
benchmark:
"%s/benchmarks/DOWNLOAD_KEGG_INFORMATION.json" % U_OUT
output:
"%s/ec2pathway.txt" % DBPATH,
"%s/pathway2hierarchy.txt" % DBPATH
......
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