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

Issue/Error in tRNAscan-SE running #318

Open
hackerzone85 opened this issue Sep 2, 2024 · 4 comments
Open

Issue/Error in tRNAscan-SE running #318

hackerzone85 opened this issue Sep 2, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@hackerzone85
Copy link

I have installed bakta using the following command:

mamba create -n bakta -c conda-forge -c bioconda bakta

And the database was downloaded using the following command:

bakta_db download --type full

While running bakta for a metagenome assembly (2009015 Contigs, 135329 Contigs >1000 bp), it stuck at "predict tRNAs..." step though it is generating file trna.fasta and trna.tsv of 0 size.

(bakta) ddalab@DP7820-WS:ASMs$ bakta --min-contig-length 1000 --prefix C1_ASM --output ASMs_ORF/BAKTA --locus C1_ASM --meta --verbose --threads 70 Renamed_ASM/C1_ASM_Renamed.fa --force --tmp-dir ASMs_ORF/BAKTA/tmp
Bakta v1.9.4
Options and arguments:
	input: /mnt/MyBackup/MAHENDRA/PRAGYA/ASMs/Renamed_ASM/C1_ASM_Renamed.fa
	db: /mnt/MyBackup/DDALAB/BAKTA_DATA/db, version 5.1, full
	output: /mnt/MyBackup/MAHENDRA/PRAGYA/ASMs/ASMs_ORF/BAKTA
	force: True
	tmp directory: /mnt/MyBackup/MAHENDRA/PRAGYA/ASMs/ASMs_ORF/BAKTA/tmp/tmp9kdyf_ti
	prefix: C1_ASM
	threads: 70
	meta mode: True
	translation table: 11
	locus prefix: C1_ASM

parse genome sequences...
	imported: 2009015
	filtered & revised: 135329
	contigs: 135329

start annotation...
predict tRNAs...

Here is the version and build of few installed pkg in bakta env
bakta=1.9.4=pyhdfd78af_0
aragorn=1.2.41=h031d066_3
blast=2.16.0=hc155240_2
diamond=2.1.8=h43eeafb_0
infernal=1.1.5=pl5321h031d066_2
pyrodigal=3.5.1=py310h7c593f9_1
python=3.10.14=hd12c33a_0_cpython
trnascan-se=2.0.12=pl5321h031d066_0

@hackerzone85 hackerzone85 added the bug Something isn't working label Sep 2, 2024
@DingJingZhi
Copy link

If I add --replicons _tryc.tsv, time suspending in predict tRNAs ...
then I have tried many ,found del --replicons ,it passed

1 similar comment
@DingJingZhi
Copy link

If I add --replicons _tryc.tsv, time suspending in predict tRNAs ...
then I have tried many ,found del --replicons ,it passed

@DingJingZhi
Copy link

oh I change the tsv to csv,
--replicons _tryc.csv
predict tRNAs... pass!

@oschwengers
Copy link
Owner

Hi @hackerzone85 ,
I guess tRNAscan-SE just got stuck while reading/processing all these files? Maybe we need to parallelize tRNAscan-SE as also suggested in other issues. I'll put this on my list, but this might take a while hence, won't make it into the upcoming v1.10.0.

@oschwengers oschwengers added enhancement New feature or request and removed bug Something isn't working labels Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants