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
Please help. DAS-tool is not creating critical output file "OUTPUT_DASTool_scaffolds2bin.txt", but finishes without errors in logs.txt, and creates "OUTPUT_DASTool_contig2bin.tsv", which is not recognized by Anvi'o.
anvi'o version
Keep the header of this section, but replace this text with the output of this command in your terminal:
Anvi'o was installed using Anaconda3
DAS Tool 1.1.6
Detailed description of the issue
DAStool finishes without issues, but does not produce the expected file "OUTPUT_DASTool_scaffolds2bin.txt". Instead, I have "OUTPUT_DASTool_contig2bin.tsv", which seem to have the binning results. Therefore, the bins are not added to the databse, and I get an error instead. This is related to issue #1510, but not the same, as in this case DAStool did finish without errors, as far as I can tell (see logs.txt bellow).
Config Error: One of the critical output files is missing
('OUTPUT_DASTool_scaffolds2bin.txt'). Please take a look at the log file:
/tmp/tmpibqg3h47/logs.txt
cat /tmp/tmpibqg3h47/logs.txt
Output from cat:
# DATE: 30 Oct 23 14:01:00
# CMD LINE: DAS_Tool -c /tmp/tmpibqg3h47/sequence_splits.fa -i /tmp/tmpibqg3h47/metabat2_bins.txt,/tmp/tmpibqg3h47/maxbin2_bins.txt,/tmp/tmpibqg3h47/concoct_bins.txt -l metabat2_bins,maxbin2_bins,concoct_bins -o /tmp/tmpibqg3h47/OUTPUT --threads 60 --search_engine diamond
DAS Tool 1.1.6
Analyzing assembly
Predicting genes
Annotating single copy genes using diamond
Dereplicating, aggregating, and scoring bins
I think "OUTPUT_DASTool_contig2bin.tsv" seems to be the expected output and have the right format, but different name, am I wrong?
Lines 138-141 of dastool.py seem to check for 'OUTPUT_DASTool_scaffolds2bin.txt' and throw this error as it is not found. Can I just change it for "OUTPUT_DASTool_contig2bin.tsv" on line 138, or is this not the correct binning results file?
I could just run DASTool outside Anvi'o and import the collection, but as I am trying to automate a pipleline, I would prefer to stay within Anvi'o, if possible. ¿Can you please help me solve this issue? Any help will be greatly appreciated. Thanks in advance
The text was updated successfully, but these errors were encountered:
Short description of the problem
Please help. DAS-tool is not creating critical output file "OUTPUT_DASTool_scaffolds2bin.txt", but finishes without errors in logs.txt, and creates "OUTPUT_DASTool_contig2bin.tsv", which is not recognized by Anvi'o.
anvi'o version
Keep the header of this section, but replace this text with the output of this command in your terminal:
System info
Distributor ID: Ubuntu
Description: Ubuntu 22.04.2 LTS
Release: 22.04
Codename: jammy
Anvi'o was installed using Anaconda3
DAS Tool 1.1.6
Detailed description of the issue
DAStool finishes without issues, but does not produce the expected file "OUTPUT_DASTool_scaffolds2bin.txt". Instead, I have "OUTPUT_DASTool_contig2bin.tsv", which seem to have the binning results. Therefore, the bins are not added to the databse, and I get an error instead. This is related to issue #1510, but not the same, as in this case DAStool did finish without errors, as far as I can tell (see logs.txt bellow).
Commands to reproduce the issue
Command that produced the problem:
Output:
Output from cat:
Hmmmm... no errors reported!
Output from ls:
Output from head:
I think "OUTPUT_DASTool_contig2bin.tsv" seems to be the expected output and have the right format, but different name, am I wrong?
Lines 138-141 of dastool.py seem to check for 'OUTPUT_DASTool_scaffolds2bin.txt' and throw this error as it is not found. Can I just change it for "OUTPUT_DASTool_contig2bin.tsv" on line 138, or is this not the correct binning results file?
I could just run DASTool outside Anvi'o and import the collection, but as I am trying to automate a pipleline, I would prefer to stay within Anvi'o, if possible. ¿Can you please help me solve this issue? Any help will be greatly appreciated. Thanks in advance
The text was updated successfully, but these errors were encountered: