Skip to content

Commit

Permalink
Add extract_genomic_dna_utils.py to Extract Genomic DNA required_file…
Browse files Browse the repository at this point in the history
…s for Pulsar
  • Loading branch information
natefoo committed Nov 21, 2024
1 parent 9da8f86 commit 7c34250
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/extract_genomic_dna/extract_genomic_dna.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<tool id="Extract genomic DNA 1" name="Extract Genomic DNA" version="3.0.3+galaxy2">
<tool id="Extract genomic DNA 1" name="Extract Genomic DNA" version="3.0.3+galaxy3">
<description>using coordinates from assembled/unassembled genomes</description>
<requirements>
<requirement type="package" version="0.7.1">bx-python</requirement>
<requirement type="package" version="1.13.0">six</requirement>
<requirement type="package" version="377">ucsc-fatotwobit</requirement>
</requirements>
<required_files>
<include path="extract_genomic_dna_utils.py" />
</required_files>
<command detect_errors="exit_code"><![CDATA[
#set genome = $input.metadata.dbkey
#set datatype = $input.datatype
Expand Down

0 comments on commit 7c34250

Please sign in to comment.