Mercurial > repos > iuc > bedtools
diff getfastaBed.xml @ 23:13400f3c3ec5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 6418f2e58def1a81b3aa7c04cb5dc33decea1a96
author | iuc |
---|---|
date | Fri, 09 Feb 2018 09:00:06 -0500 |
parents | 7308cc546a36 |
children | 95a3b2c25bd1 |
line wrap: on
line diff
--- a/getfastaBed.xml Sun Jan 21 07:17:19 2018 -0500 +++ b/getfastaBed.xml Fri Feb 09 09:00:06 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="bedtools_getfastabed" name="GetFastaBed" version="@WRAPPER_VERSION@.0"> +<tool id="bedtools_getfastabed" name="GetFastaBed" version="@WRAPPER_VERSION@.1"> <description>use intervals to extract sequences from a FASTA file</description> <macros> <import>macros.xml</import> @@ -34,7 +34,7 @@ </when> <when value="preloaded"> <param name="fasta_id" type="select"> - <options from_data_table="all_fasta" /> + <options from_data_table="fasta_indexes" /> </param> </when> </conditional>