Mercurial > repos > iuc > samtools_cram_to_bam
changeset 3:be8bd34c3a79 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/cram_to_bam commit 95fe80d08fb14c4c344da4979290e72261e31ae5"
| author | iuc |
|---|---|
| date | Thu, 10 Oct 2019 03:38:38 -0400 |
| parents | 598672476bcd |
| children | d28abb54698b |
| files | samtools_cram_to_bam.xml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/samtools_cram_to_bam.xml Sun Jul 28 14:45:44 2019 -0400 +++ b/samtools_cram_to_bam.xml Thu Oct 10 03:38:38 2019 -0400 @@ -44,7 +44,7 @@ <when value="cached"> <param name="input_reference" type="select" label="Reference genome"> <options from_data_table="fasta_indexes"> - <filter type="data_meta" ref="input_alignment" key="dbkey" column="1" /> + <filter type="data_meta" ref="input_alignment" key="dbkey" column="dbkey" /> </options> <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> </param>
