Skip to content

Commit

Permalink
More gff3 parser import issues.
Browse files Browse the repository at this point in the history
This should resolve two reported tool issues from jgill.

More work towards #1. sorta.
  • Loading branch information
curtisim0 committed Sep 3, 2023
1 parent 3a6590b commit 03123e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion cpt_fix_sixpack/gff3_fix_sixpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<import>macros.xml</import>
<import>cpt-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="requirements">
<requirement type="package" version="3.9.16">python</requirement>
<requirement type="package" version="1.2.2">cpt_gffparser</requirement>
<requirement type="package" version="1.81">biopython</requirement>
</expand>
<command detect_errors="aggressive"><![CDATA[
'$__tool_directory__/gff3_fix_sixpack.py'
@INPUT_GFF@
Expand Down
6 changes: 5 additions & 1 deletion cpt_req_phage_start/gff3_require_phage_start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<import>macros.xml</import>
<import>cpt-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="requirements">
<requirement type="package" version="3.9.16">python</requirement>
<requirement type="package" version="1.2.2">cpt_gffparser</requirement>
<requirement type="package" version="1.81">biopython</requirement>
</expand>
<command detect_errors="aggressive"><![CDATA[
@GENOME_SELECTOR_PRE@
Expand Down
6 changes: 5 additions & 1 deletion gff3/gff3_fix_sixpack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<import>macros.xml</import>
<import>cpt-macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="requirements">
<requirement type="package" version="3.9.16">python</requirement>
<requirement type="package" version="1.2.2">cpt_gffparser</requirement>
<requirement type="package" version="1.81">biopython</requirement>
</expand>
<command detect_errors="aggressive"><![CDATA[
'$__tool_directory__/gff3_fix_sixpack.py'
@INPUT_GFF@
Expand Down

0 comments on commit 03123e9

Please sign in to comment.