Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating tools/microsatbed from version 1.3.3 to 1.4.1 #6616

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/microsatbed/microsatbed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<tool id="microsatbed" name="STR to bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
<description>Short Tandem Repeats to bed features from fasta</description>
<macros>
<token name="@TOOL_VERSION@">1.3.3</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">1.4.1</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PYTHON_VERSION@">3.12.3</token>
<macro name="subsetmacro">
<param name="subset" type="select" label="Select at least 1 specific motif length to report"
Expand All @@ -19,9 +19,9 @@
</macros>
<requirements>
<requirement version="@PYTHON_VERSION@" type="package">python</requirement>
<requirement version="2.1.0" type="package">pyfastx</requirement>
<requirement version="2.2.0">pyfastx</requirement>
<requirement version="@TOOL_VERSION@" type="package">pytrf</requirement>
<requirement version="455" type="package">ucsc-bedgraphtobigwig</requirement>
<requirement version="472">ucsc-bedgraphtobigwig</requirement>
</requirements>
<required_files>
<include path="find_str.py"/>
Expand Down
Loading