-
Notifications
You must be signed in to change notification settings - Fork 226
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
tbl2asn hung #65
Comments
I notice you have about 1 million CDS features! |
We have a workaround to split the contig and tbl file and run through tbl2asn by GNU parallel and concatenate genbank files. However, this workaround can not get the .sqn file properly. From: Torsten Seemann <[email protected]mailto:[email protected]> I notice you have about 1 million CDS features! I assume this is a metagenome. — |
An option to turn off tbl2asn would be useful for my purposes as well, primarily for in-house benchmarking of different assemblers. I end up just commenting out the code in the perl script but it would be useful if this was a command line option. |
Hi all,
I know it is not prokka's issue but does anyone have the issue that tbl2asn hung there for many days. The prokka version is 1.9 and tbl2asn (23.6) is not expired yet.
The last few lines in the log file are
[19:10:34] Assigned 916938 locus_tags to CDS and RNA features.
[19:10:34] Writing outputs to /data/edge_v1.0/edge_ui/EDGE_output/JSA12/AssemblyBasedAnalysis/Annotation/
[19:23:13] Generating annotation statistics file
[19:23:28] Generating Genbank and Sequin files
[19:23:28] Running: tbl2asn -V b -a s -N 1 -y 'Annotated using prokka 1.9 from http://www.vicbioinformatics.com' -Z /data/edge_v1.0/edge_ui/EDGE_output/JSA12/AssemblyBasedAnalysis/Annotation/JSA12.err -i /data/edge_v1.0/edge_ui/EDGE_output/JSA12/AssemblyBasedAnalysis/Annotation/JSA12.fsa 2> /dev/null
Note: No .err file generated.
Thanks,
Chienchi
The text was updated successfully, but these errors were encountered: