Skip to content

Commit

Permalink
fixes for tests to pass, switch to bioperl 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlang committed May 21, 2020
1 parent b1f160d commit 56a5799
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/bioperl/bp_genbank2gff3.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="bp_genbank2gff3" name="Genbank to GFF3" version="1.0">
<tool id="bp_genbank2gff3" name="Genbank to GFF3" version="1.0a">
<description>converter</description>
<macros>
<import>macros.xml</import>
Expand Down
3 changes: 1 addition & 2 deletions tools/bioperl/macros.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<macros>
<xml name="requirements">
<requirements>
<requirement type="package" version="1.6.924">perl-bioperl</requirement>
<requirement type="package" version="1.007002">perl-bioperl-core</requirements>
<requirement type="package" version="1.7.2">perl-bioperl</requirement>
<yield/>
</requirements>
</xml>
Expand Down
2 changes: 1 addition & 1 deletion tools/bioperl/test-data/seq.gb.0.gff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Note Enterobacteria phage CC31, complete genome.
# date 12-NOV-2010
# working on contig:NC_014662, Enterobacteria phage CC31, Enterobacteria phage CC31, complete genome., 12-NOV-2010
NC_014662 GenBank contig 1 165540 . + 1 ID=NC_014662;Dbxref=BioProject:PRJNA60119,taxon:709484;Name=NC_014662;Note=Enterobacteria phage CC31%2C complete genome.,PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;comment1=PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;date=12-NOV-2010;host=Escherichia coli;mol_type=genomic DNA;organism=Enterobacteria phage CC31
NC_014662 GenBank contig 1 165540 . + 1 ID=NC_014662;Dbxref=BioProject:PRJNA60119,taxon:709484;Name=NC_014662;Note=Enterobacteria phage CC31%2C complete genome.,PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;comment1=PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;date=12-NOV-2010;host=Escherichia coli;mol_type=genomic DNA;organism=Enterobacteria phage CC31
NC_014662 GenBank gene 1 2214 . - 1 ID=CC31p001;Dbxref=GeneID:9926434;Name=rIIA;locus_tag=CC31p001
NC_014662 GenBank mRNA 1 2214 . - 1 ID=CC31p001.t01;Parent=CC31p001
NC_014662 GenBank CDS 1 2214 . - 1 ID=CC31p001.p01;Parent=CC31p001.t01;Dbxref=GI:311992993,GeneID:9926434;Name=rIIA;codon_start=1;locus_tag=CC31p001;product=membrane-associated affects host membrane ATPase;protein_id=YP_004009859.1;transl_table=11;translation=length.737
Expand Down
2 changes: 1 addition & 1 deletion tools/bioperl/test-data/seq.gb.1.gff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Note Enterobacteria phage CC31, complete genome.
# date 12-NOV-2010
# working on contig:NC_014662, Enterobacteria phage CC31, Enterobacteria phage CC31, complete genome., 12-NOV-2010
NC_014662 GenBank contig 1 165540 . + 1 ID=NC_014662;Dbxref=BioProject:PRJNA60119,taxon:709484;Name=NC_014662;Note=Enterobacteria phage CC31%2C complete genome.,PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;comment1=PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;date=12-NOV-2010;host=Escherichia coli;mol_type=genomic DNA;organism=Enterobacteria phage CC31
NC_014662 GenBank contig 1 165540 . + 1 ID=NC_014662;Dbxref=BioProject:PRJNA60119,taxon:709484;Name=NC_014662;Note=Enterobacteria phage CC31%2C complete genome.,PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;comment1=PROVISIONAL REFSEQ: This record has not yet been subject to final NCBI review. The reference sequence is identical to GU323318. COMPLETENESS: full length. ;date=12-NOV-2010;host=Escherichia coli;mol_type=genomic DNA;organism=Enterobacteria phage CC31
NC_014662 GenBank gene 1 2214 . - 1 ID=CC31p001;Dbxref=GeneID:9926434;Name=rIIA;locus_tag=CC31p001
NC_014662 GenBank mRNA 1 2214 . - 1 ID=CC31p001.t01;Parent=CC31p001
NC_014662 GenBank CDS 1 2214 . - 1 ID=CC31p001.p01;Parent=CC31p001.t01;Dbxref=GI:311992993,GeneID:9926434;Name=rIIA;codon_start=1;locus_tag=CC31p001;product=membrane-associated affects host membrane ATPase;protein_id=YP_004009859.1;transl_table=11;translation=length.737
Expand Down

0 comments on commit 56a5799

Please sign in to comment.