Mercurial > repos > dfornika > mob_suite
changeset 9:4ea788be628e draft
planemo upload for repository https://github.com/phac-nml/mob-suite commit 4046a822176aafd34a2ae8dc24ad6d0337fafbe6-dirty
author | dfornika |
---|---|
date | Tue, 25 Jun 2019 14:23:46 -0400 |
parents | 1b64a4d31408 |
children | 5dd19eb38c39 |
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 13:31:47 2019 -0400 +++ b/separate_chromosome_from_plasmids.xml Tue Jun 25 14:23:46 2019 -0400 @@ -5,7 +5,7 @@ <command detect_errors="exit_code"> <![CDATA[ #for $input in $inputs - ln -s '${input}' '${input.element_identifier}.fasta' + cp '${input}' '${input.element_identifier}.fasta' #end for ]]> </command> @@ -14,7 +14,7 @@ </inputs> <outputs> <data name="chromosome" format="fasta" from_work_dir="chromosome.fasta" label="Chromosome contigs"/> - <collection name="plasmids" type="list" label="Plasmid contigs (zipped)"> + <collection name="plasmids" type="list" label="Plasmid contigs"> <discover_datasets pattern="plasmid*" format="fasta" /> </collection> </outputs>