Closed amankowski closed 4 years ago
Sorry, I can't replicate your problem. I used your exact same command (with different file contents) and DAS Tool is running for me. The help page should only appear if your syntax is incorrect (or if you type --help
). The fact that you can run DAS Tool on the example data means that your installation is good.
Hey Anna,
I was having the exact same problem as you. Below is how I was trying to run DAS_Tool.
DAS_Tool -i maxbin2.scaffolds2bin.tsv, metabat2.scaffolds2bin.tsv \
-l maxbin2,metabat2 \
-c /scratch/users/sbusi/extraction_methods/fastq_NewZealand/B12_filtered_megahit/final.contigs.fa \
-o B12_dastool_output/DASToolRun1 \
--search_engine diamond \
--write_bin_evals 1 \
--write_bins 1 \
--threads 24 \
--db_directory /home/users/sbusi/apps/DAS_Tool-master/db \
--create_plots 1
However, this only gave me the help screen every single time.
When I tried to re-run it without breaking the code into new lines, it seemed to have worked.
DAS_Tool -i maxbin2.scaffolds2bin.tsv,metabat2.scaffolds2bin.tsv -c ../B4_filtered_megahit/final.contigs.fa -o B4_dastool_output --search_engine diamond -l maxbin2,metabat2 --write_bins 1 --write_bin_evals 1 --threads 23 --db_directory /home/users/sbusi/apps/DAS_Tool-master/db/ --create_plots 1
Good luck, Susheel
Thanks for sharing @susheelbhanu! @amankowski did you figure out what the problem was in your case? What type of shell and operating system are you using?
Hi @cmks I have similar problem using Ubuntu 20.04 LTS and bash. I tried DAS Tool version 1.1.2.
Command is in single line, and it still ends in "help" output.
DAS_Tool -i concoct.scaffolds2bin.tsv,metabat.scaffolds2bin.tsv,maxbin.scaffolds2bin.tsv -l concoct,metabat,maxbin -c A01_megahit_over1000_cured.fasta -t 8 --write_bins 1 --proteins -o DAS_Tool_output/DASToolRun1
Hi everyone, thanks to replying to my problem. I finally got DASTool to run (without really knowing how, to be honest): for me it started working when I used the results of three different binning tools instead of just two, which I have done previously. I don't know how this solved the problem or what else changed but at least I got my desired results. Cheers, Anna
Hi, I installed DAS_Tool and also successfully ran it on the example data. However, when I try to run it on my own dataset, the only thing that happens is that the help message gets printed to my screen. I am thankful for any advice what might be the problem and how to solve this issue.
Here's also the command I am trying to run + the output:
Best, Anna