FFFF Tags · chapmanb/bcbb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: chapmanb/bcbb

Tags

bcbio-gff-v0.7.1

Toggle bcbio-gff-v0.7.1's commit message
Version bump: bcbio-gff-v0.7.1

bcbio-gff-v0.7.0

Toggle bcbio-gff-v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #137 from abretaud/unknownseq

Fix error with biopython 1.81

bcbio-gff-v0.6.9

Toggle bcbio-gff-v0.6.9's commit message
v0.6.9: fix ID matching when no rec.id fixes #134

bcbio-gff-v0.6.8

Toggle bcbio-gff-v0.6.8's commit message
v0.6.8: match records between fasta and GFF with NCBI style headers

NCBI PGAP can produce fastas with NCBI headers (`lcl|1`) and GFFs
with plain IDs (`1`). This avoids creating duplicate records by
matching these and using a consistent contig ID when combining sequences
and GFF files.

The contig ID used in the final output SeqRecords is the first one
encountered. So if you use an external FASTA it's the IDs in the FASTA
and if you use a GFF embedded FASTA it's the IDs in the GFF.

v0.6.7

Toggle v0.6.7's commit message
v0.6.7: handle problem sequence-region directives without contigs

bcbio-gff-v0.6.5

Toggle bcbio-gff-v0.6.5's commit message
Bcbio GFF v0.6.5: Python 3 compatibility; fixes #120

bcbio-gff-v0.6.4

Toggle bcbio-gff-v0.6.4's commit message
Support Biopython 1.68 with sub_features workaround

Biopython deprecated and removed sub_features but the GFF code has not
yet put in proper fixes. This works around the issue by adding
sub_features when missing so GFF output still works correctly
with Biopython >= 1.68.

Fixes #110. Fixes biopython/biopython#928

bcbio-gff-v0.6.2

Toggle bcbio-gff-v0.6.2's commit message
v0.6.2: update version for Python 3 compatibility fixes #96

bcbio-gff-v0.6.1

Toggle bcbio-gff-v0.6.1's commit message
v0.6.1: Provide Python3 compatibility fixes from @TheOneHyer. Also in…

…clude in GFFParser and use six compatibility library for urllib issues. Fixes #90

bcbio-gff-v0.6

Toggle bcbio-gff-v0.6's commit message
v0.6: Handle trans-splicing GFF cases where child locations may not m…

…atch back to parents. Fixes #91
0