Mercurial > repos > dfornika > mob_suite
changeset 12:4f61557abe6d draft
planemo upload for repository https://github.com/phac-nml/mob-suite commit 4046a822176aafd34a2ae8dc24ad6d0337fafbe6-dirty
author | dfornika |
---|---|
date | Tue, 25 Jun 2019 14:46:17 -0400 |
parents | 1ac93528c500 |
children | 7c0f6f7adfb9 |
files | separate_chromosome_from_plasmids.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/separate_chromosome_from_plasmids.xml Tue Jun 25 14:34:13 2019 -0400 +++ b/separate_chromosome_from_plasmids.xml Tue Jun 25 14:46:17 2019 -0400 @@ -7,7 +7,7 @@ #for $input in $inputs cp '${input}' '${input.element_identifier}.fasta' && #end for - true + mkdir plasmids && mv 'plasmid*' plasmids ]]> </command> <inputs> @@ -16,7 +16,7 @@ <outputs> <data name="chromosome" format="fasta" from_work_dir="chromosome.fasta" label="Chromosome contigs"/> <collection name="plasmids" type="list" label="Plasmid contigs"> - <discover_datasets pattern="plasmid*" format="fasta" /> + <discover_datasets pattern="__designation_and_ext__" directory="plasmids" format="fasta" /> </collection> </outputs> <tests>