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

Error: DAS Tool #105

Open
ramnageena11 opened this issue May 31, 2024 · 7 comments
Open

Error: DAS Tool #105

ramnageena11 opened this issue May 31, 2024 · 7 comments

Comments

@ramnageena11
Copy link

Hi,
I am running DAS Tool on conda environment. Not able to figure out what is the issue and how to resolve.

I am getting this error:
DAS_Tool -i concoct_contigs2bin.tsv,maxbin_contigs2bin.tsv,metabat_contigs2bin.tsv -l concoct,maxbin,metabat -c /media/majorram/Analysis_Data/singhrn/meta_assembly/assembly_all/medaka_polis/meda_polis_con-assembly/meda_all_consen.fasta -o /media/majorram/Analysis_Data/singhrn/meta_assembly/binning/dasTool/dasTool-results/dasT --search_engine diamond --proteins /media/majorram/Analysis_Data/singhrn/meta_assembly/binning/dasTool/dasTool-results/dasT-proteins.faa --write_bins --write_bin_evals --create_plots --threads 30
Error: DAS Tool

Usage:
DAS_Tool [options] -i -c <contigs_fasta> -o
DAS_Tool -i -c <contigs_fasta> -o [--labels=] [--proteins=<proteins_fasta>] [--threads=] [--search_engine=<search_engine>] [--score_threshold=<score_threshold>] [--dbDirectory= ] [--megabin_penalty=<megabin_penalty>] [--duplicate_penalty=<duplicate_penalty>] [--max_iter_post_threshold=<max_iter>] [--write_bin_evals] [--write_bins] [--write_unbinned] [--resume] [--debug]
DAS_Tool [--version]
DAS_Tool [--help]

Options:
-i --bins= Comma separated list of tab separated contigs to bin tables.
-c --contigs= Contigs in fasta format.
-o --outputbasename= Basename of output files.
-l --labels= Comma separated list of binning prediction names.
--search_engine=<search_engine> Engine used for single copy ge
Execution halted

@Quzelei
Copy link

Quzelei commented Jun 2, 2024

Hi, I have the same error as yours. Did you finally solved it?

@ramnageena11
Copy link
Author

Hi, No, unfortunately, I am not able to figure out what the issue is. It does not mention the error.
Have you able to resolve it?

@ramnageena11
Copy link
Author

Hi,
Pls look into the error.

Thanks
rgds
Ram

@ramnageena11
Copy link
Author

Hi, I have the same error as yours. Did you finally solved it?

Hi,
I created separate environment in conda and run following command and it worked.

DAS_Tool -i concoct_contigs2bin.tsv,maxbin_contigs2bin.tsv,metabat_contigs2bin.tsv -c /consen.fasta -o dasTool-results/dasT -l concoct,maxbin,metabat --search_engine diamond --write_bin_evals --write_bins --write_unbinned -t 30

@cmks
Copy link
Owner

cmks commented Jun 4, 2024

Double check your command. --create_plots is not a valid option. Unfortunately, typos in the command line are not reported due to a bug in the docopt R package.

@ramnageena11
Copy link
Author

ramnageena11 commented Jun 4, 2024 via email

@jadeaver
Copy link

jadeaver commented Aug 1, 2024

In case any one else is still getting this error, I was also getting this error. I ended up putting quotations around my input files (like below) and it worked for me. For example:

-i"concoct_contigs2bin.tsv","maxbin2_contigs2bin.tsv"`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants