You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've been looking at this tool and I think it could be useful for what I want to do. In the file plasmids.fna I have a set of contigs that may be plasmids, and I wanted to use tadrep detect to align the contigs against the PLSDB or RefSeq databases. I have used this command:
ERROR: No data available in /mnt/disk2/data/tfm/prueba2/db.json
Here I paste the tadrep.log file content:
2024-03-18 19:00:24,627 - MainProcess - INFO - MAIN - version 0.9.1
2024-03-18 19:00:24,627 - MainProcess - INFO - MAIN - command line: /home/tfm/miniconda3/envs/tadrep/bin/tadrep -v -o ./prueba2 detect --genome ./prueba/plasmids.fna --min-contig-coverage 75 --min-contig-identity 75 --min-plasmid-coverage 50 --min-plasmid-identity 75
2024-03-18 19:00:24,627 - MainProcess - INFO - CONFIG - threads=32
2024-03-18 19:00:24,627 - MainProcess - INFO - CONFIG - verbose=True
2024-03-18 19:00:24,628 - MainProcess - INFO - CONFIG - tmp-path=/tmp/tmph8tm2930
2024-03-18 19:00:24,628 - MainProcess - INFO - CONFIG - output-path=/mnt/disk2/data/tfm/prueba2
2024-03-18 19:00:24,628 - MainProcess - INFO - CONFIG - prefix=None
2024-03-18 19:00:24,628 - MainProcess - INFO - UTILS - genome-path=/mnt/disk2/data/tfm/prueba/plasmids.fna
2024-03-18 19:00:24,628 - MainProcess - INFO - CONFIG - summary_path=/mnt/disk2/data/tfm/prueba2/summary.tsv
2024-03-18 19:00:24,628 - MainProcess - INFO - CONFIG - db_path=/mnt/disk2/data/tfm/prueba2/db.json
2024-03-18 19:00:24,628 - MainProcess - DEBUG - IO - /mnt/disk2/data/tfm/prueba2/db.json NOT existing
2024-03-18 19:00:24,628 - MainProcess - DEBUG - CONFIG - No data in /mnt/disk2/data/tfm/prueba2/db.json
I think there is a mistake in the path of the database. When I try to specify it using --db /mnt/disk2/databases/tadrep_db/plsdb, I obtain "error: unrecognized arguments: --db /mnt/disk2/databases/tadrep_db/plsdb". I've also tried to copy the PLSDB database to the path that is marked in bold, but it still gives an error:
I concur with op. The instructions are very confusing on how databases are meant to be referenced and used.
I tried having db local, tried having them elsewhere, i also get this error in detect. I thought maybe I needed to do cluster, but cluster gives an error as well:
TaDReP v0.9.1
Options and arguments:
output: /home/harbj019/genomeresults/kp518plasmids
prefix: None
tmp directory: /tmp/tmp_a11drss
# threads: 24
Clustering started...
ERROR:
Warning:
Some seqs are too long, please rebuild the program with make parameter MAX_SEQ=new-maximum-length (e.g. make MAX_SEQ=10000000)
Not fatal, but may affect results !!
Hi! I've been looking at this tool and I think it could be useful for what I want to do. In the file
plasmids.fna
I have a set of contigs that may be plasmids, and I wanted to usetadrep detect
to align the contigs against the PLSDB or RefSeq databases. I have used this command:tadrep -v -o ./prueba2 detect --genome ./prueba/plasmids.fna --min-contig-coverage 75 --min-contig-identity 75 --min-plasmid-coverage 50 --min-plasmid-identity 75
However, I obtain this message:
ERROR: No data available in /mnt/disk2/data/tfm/prueba2/db.json
Here I paste the
tadrep.log
file content:I think there is a mistake in the path of the database. When I try to specify it using
--db /mnt/disk2/databases/tadrep_db/plsdb
, I obtain "error: unrecognized arguments: --db /mnt/disk2/databases/tadrep_db/plsdb". I've also tried to copy the PLSDB database to the path that is marked in bold, but it still gives an error:cp /path/to/tadrep_db/plsdb/plsdb.json ./prueba2/db.json
tadrep -v -o ./prueba2 detect --genome ./prueba/plasmids.fna --min-contig-coverage 75 --min-contig-identity 75 --min-plasmid-coverage 50 --min-plasmid-identity 75
Obtaining: Detection and reconstruction started ...
ERROR: No cluster in database /mnt/disk2/data/tfm/prueba2/db.json
Here I paste the new
tadrep.log
file content:What am I doing wrong? Do I have to do any previous steps with the
plasmids.fna
file? Thanks in advance!The text was updated successfully, but these errors were encountered: