mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Have Extract Genomic DNA tool copy metadata from input file.
This will allow the tool to keep column assignments when outputing interval format.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<tool id="Extract genomic DNA 1" name="Extract Genomic DNA" version="2.2.0">
|
||||
<tool id="Extract genomic DNA 1" name="Extract Genomic DNA" version="2.2.1">
|
||||
<description>using coordinates from assembled/unassembled genomes</description>
|
||||
<command interpreter="python">extract_genomic_dna.py $input $out_file1 -1 ${input.metadata.chromCol},${input.metadata.startCol},${input.metadata.endCol},${input.metadata.strandCol} -d $dbkey -o $out_format -g ${GALAXY_DATA_INDEX_DIR}</command>
|
||||
<inputs>
|
||||
@@ -12,7 +12,7 @@
|
||||
</param>
|
||||
</inputs>
|
||||
<outputs>
|
||||
<data format="fasta" name="out_file1">
|
||||
<data format="fasta" name="out_file1" metadata_source="input">
|
||||
<change_format>
|
||||
<when input="out_format" value="interval" format="interval" />
|
||||
</change_format>
|
||||
|
||||
Reference in New Issue
Block a user