forked from galaxyproject/tools-iuc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version Update of HapCUT2 and Restructuring of XML file (galaxyprojec…
…t#5975) * Updating tools/hapcut2 from version 1.3.3 to 1.3.4 * Version bump and restructuring of XML file * Updated changes as per review --------- Co-authored-by: planemo-autoupdate <[email protected]>
- Loading branch information
1 parent
491c6fc
commit 908fb91
Showing
2 changed files
with
68 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<macro> | ||
<xml name="reference_genome_input"> | ||
<conditional name="reference_genome"> | ||
<param name="source" type="select" label="Source for the reference genome" help="Built-in references were created using default options."> | ||
<option value="indexed" selected="true">Use a built-in genome</option> | ||
<option value="history">Use a genome from history</option> | ||
</param> | ||
<when value="indexed"> | ||
<param name="index" type="select" label="Select a reference genome" help="If your genome of interest is not listed, contact the Galaxy team."> | ||
<options from_data_table="fasta_indexes"> | ||
<filter type="sort_by" column="2" /> | ||
<validator type="no_options" message="No genomes are available for the selected input dataset" /> | ||
</options> | ||
</param> | ||
</when> | ||
<when value="history"> | ||
<param name="fasta" type="data" format="fasta,fasta.gz" | ||
label="Reference genome fasta file" | ||
help="The reference genome is required for long-read optimization." | ||
/> | ||
</when> | ||
</conditional> | ||
</xml> | ||
|
||
<xml name="creator"> | ||
<creator> | ||
<organization name="Galaxy Australia" url="https://site.usegalaxy.org.au"/> | ||
</creator> | ||
</xml> | ||
</macro> |