Hi Everyone,
I hope to test bbtool's sketch tool our bioinformatics needs. Before we proceed to doing any tests, we are having issues with retrieving the pre made/indexed NT database.
We ran the fetchNT.sh , which was included in bbtools package.
Unfortunately we are receiving the following error:
Is there any way to fix this issue/error?
Thank you for the help.
I hope to test bbtool's sketch tool our bioinformatics needs. Before we proceed to doing any tests, we are having issues with retrieving the pre made/indexed NT database.
We ran the fetchNT.sh , which was included in bbtools package.
Unfortunately we are receiving the following error:
Code:
java -ea -Xmx1g -Xms1g -cp /opt/conda/opt/bbmap-38.86-0/current/ tax.RenameGiToTaxid -Xmx1g in=stdin.fa.gz out=renamed.fa.gz pigz=32 unpigz bgzip zl=8 server ow shrinknames maxbadheaders=5000 badheaders=badHeaders.txt taxpath=/BBSketch/taxonomy Executing tax.RenameGiToTaxid [-Xmx1g, in=stdin.fa.gz, out=renamed.fa.gz, pigz=32, unpigz, bgzip, zl=8, server, ow, shrinknames, maxbadheaders=5000, badheaders=badHeaders.txt, taxpath=/BBSketch/taxonomy] java.lang.Exception: Maximum bad headers exceeded: 5000 at shared.KillSwitch.kill(KillSwitch.java:96) at tax.RenameGiToTaxid.updateHeadersFromServer_fasta(RenameGiToTaxid.java:629) at tax.RenameGiToTaxid.updateHeadersFromServer(RenameGiToTaxid.java:527) at tax.RenameGiToTaxid.processInner_server(RenameGiToTaxid.java:737) at tax.RenameGiToTaxid.process(RenameGiToTaxid.java:249) at tax.RenameGiToTaxid.main(RenameGiToTaxid.java:38)
Is there any way to fix this issue/error?
Thank you for the help.
Comment