Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GC content is 0 #110

Open
ginac opened this issue Nov 9, 2020 · 3 comments
Open

GC content is 0 #110

ginac opened this issue Nov 9, 2020 · 3 comments

Comments

@ginac
Copy link

ginac commented Nov 9, 2020

Hi,
I'm using blobtools version 1.1.1 and running this command on the example:
blobtools create -i example/assembly.fna -b example/mapping_1.sorted.bam -t example/blast.out -o example/test --nodes taxdump/nodes.dmp --names taxdump/names.dmp
blobtools view -i test.blobDB.json -o junk

and the output file "junk.test.blobDB.table.txt" has a GC content of 0

1.1.1

assembly : ~/blobtools/example/assembly.fna

coverage bam0 - ~/blobtools/example/mapping_1.sorted.bam

taxonomy tax0 - ~/blobtools/example/blast.out

nodesDB : None

taxrule : bestsum

min_score : 0.0

min_diff : 0.0

tax_collision_random : False

name length GC N bam0 phylum.t.6%s phylum.s.7%s phylum.c.8

contig_1 756 0.0 0 120.8277 Actinobacteria 200.0 0
contig_2 1060 0.0 0 197.1055 Actinobacteria 2300.0 0
contig_3 602 0.0 0 77.3078 Actinobacteria 10000.0 0
contig_4 951 0.0 0 545.5981 Actinobacteria 1000.0 0
contig_5 614 0.0 0 183.8478 Nematoda 2000.0 0

Any idea why?

Thanks, Gina

@DRL
Copy link
Owner

DRL commented Nov 12, 2020

Hi Gina,

that is weird. Are you sure you are running python3?

cheers,

dom

@ginac
Copy link
Author

ginac commented Nov 16, 2020

Thank you. This was the problem. Python2 was the culprit. Cheers!

@smoretti
Copy link

The setup.py file still contains 'Programming Language :: Python :: 2.7'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants