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

coverm cluster to dereplicate --Parsing error in CheckM tab table file #118

Closed
uqmwu opened this issue Jun 2, 2022 · 3 comments
Closed

Comments

@uqmwu
Copy link

uqmwu commented Jun 2, 2022

Hi Wood,

I try to use the coverm cluster function to dereplicate the genomes,
Here is the command I used,
coverm cluster -x fa --genome-fasta-directory /scratch/project/alkane/Mengxiong/C3_anammox/C3_anammox_BINNING/maxbin2_bins --checkm-tab-table /scratch/project/alkane/Mengxiong/C3_anammox/C3_anammox_BINNING/maxbin2_checkm_output/storage/checkm_maxbin2.tsv --min-completeness 70 --max-contamination 10 --output-representative-fasta-directory /scratch/project/alkane/Mengxiong/C3_anammox/C3_anammox_BINNING/drep_out

But I get the error: ERROR checkm] Parsing error in CheckM tab table file - didn't find 13 columns in line StringRecord.

Can you help check what is the issue here? Thank you!

@wwood
Copy link
Owner

wwood commented Jun 2, 2022

Hi there,

Looks like there is some problem with your input file. It should be the output of when you run checkm lineage_wf --tab_table (I think that's the command, from memory)

ben

@uqmwu
Copy link
Author

uqmwu commented Jun 5, 2022

Thanks ben,
I have updated the checkm tab table, but got another error,
[2022-06-03T02:27:20Z INFO bird_tool_utils::clap_utils] coverm version 0.3.0
[2022-06-03T02:27:20Z INFO bird_tool_utils::external_command_checker] Found fastANI version 1.32
[2022-06-03T02:27:20Z INFO galah::cluster_argument_parsing] Reading CheckM tab table ..
[2022-06-03T02:27:20Z INFO galah::cluster_argument_parsing] Calculating num_contigs etc. for genome quality assessment ..
[2022-06-03T02:27:21Z INFO galah::cluster_argument_parsing] Read in genome qualities for 74 genomes. 29 passed quality thresholds
thread 'main' panicked at 'Unable to parse version for dashing (error 1)', /root/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/bird_tool_utils-0.3.0/src/external_command_checker.rs:99:14
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
What is the issue here? Thanks!

@wwood
Copy link
Owner

wwood commented Jun 7, 2022

HI,

That is an entirely unrelated issue, and is due to the way dashing was installed. When installed through conda, it sometimes doesn't work because it is compiled for the wrong CPU architecture. See #45

I think I've answered the issue raised here so closing, but feel free to open another ticket if you have further problems.
THanks, ben

@wwood wwood closed this as completed Jun 7, 2022
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

2 participants