Skip to content
Snippets Groups Projects
Commit 9f68a25c authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files

New MT-only assembly rule

parent cb6136a7
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,11 @@ rule ASSEMBLY:
assembly_output_files()
shell:
"echo 'Assembly Done'"
# MT ASSEMBLY command
rule ASSEMBLY_MT_ALL:
input:
"%s/MT.assembly.cat.fa" % A_OUT
shell:
"echo 'MT Assembly Done'"
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