Skip to content

Commit

Permalink
Merge pull request galaxyproject#5546 from bernt-matthias/topic/srato…
Browse files Browse the repository at this point in the history
…ols-format

sra-tools: remove unused attribute
  • Loading branch information
mvdbeek authored Oct 25, 2023
2 parents 39bb6a0 + 2f4af0d commit 09541df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sra-tools/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<param name="minMapq" type="integer" min="0" max="42" label="Minimum mapping quality" optional="true" help="Minimum mapping quality an alignment has to have, to be dumped." argument="--min-mapq"/>
</macro>
<macro name="region">
<param format="text" name="region" type="text" label="aligned region" optional="true"
<param name="region" type="text" label="aligned region" optional="true"
help="Filter by position on genome. Can be either accession.version (ex: NC_000001.10), chromosome name (ex:chr1 or 1) or 1-based coordinates (ex: chr1:1-101)." argument="--aligned-region"/>
</macro>
<macro name="matepairDist">
Expand Down

0 comments on commit 09541df

Please sign in to comment.