Skip to content

Commit

Permalink
Update ncbi egapx (#39)
Browse files Browse the repository at this point in the history
* minor updates, upgrade to 0.3.0-alpha
* adding default taxid=0
  • Loading branch information
richard-burhans authored Nov 14, 2024
1 parent 544ef29 commit cc28ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ncbi_egapx/ncbi_egapx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $row
<param name="uri" type="text" label="URI pointing to the reference genome FASTA file"/>
</when>
</conditional>
<param name="taxid" type="integer" min="0" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"/>
<param name="taxid" type="integer" min="0" value="0" label="NCBI Taxon ID" help="Used to identify the HMM model files needed"/>
<conditional name="condrnaseq">
<param name="rna_type_select" type="select" label="RNA sequence data source"
help="Select RNAseq input data from history or input a list of SRA identifiers or remote URI">
Expand Down

0 comments on commit cc28ee8

Please sign in to comment.