Skip to content

Commit

Permalink
Add required file for Pulsar deployments
Browse files Browse the repository at this point in the history
Bump to python3.12 from 3.7
  • Loading branch information
fubar2 committed Oct 3, 2024
1 parent b0b248a commit 58bd714
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/fasta_compute_length/fasta_compute_length.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<tool id="fasta_compute_length" name="Compute sequence length" version="1.0.3" profile="16.04">
<tool id="fasta_compute_length" name="Compute sequence length" version="1.0.3+galaxy1" profile="22.04">
<description></description>
<requirements>
<requirement type="package" version="3.7">python</requirement>
<requirement type="package" version="3.12">python</requirement>
</requirements>
<required_files>
<include path="fasta_compute_length.py"/>
</required_files>
<command>
#if $ref.ref_source == 'dbkey':
cp '${ref.index.fields.len_path}' '$output'
Expand Down

0 comments on commit 58bd714

Please sign in to comment.