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

Metabat2 said I have 0 bins. May I please have help to fix it? #696

Closed
lyisrae1 opened this issue Oct 16, 2024 · 1 comment
Closed

Metabat2 said I have 0 bins. May I please have help to fix it? #696

lyisrae1 opened this issue Oct 16, 2024 · 1 comment

Comments

@lyisrae1
Copy link

lyisrae1 commented Oct 16, 2024

Hello,

I am trying to bin my MAGs for my metagenomic samples. I am trying to use Metabat2, but it says that I have 0 bins when there are over 1million contigs in a sample, and many are over 1500 bp. Here is my job submission and my log report. Can you please tell me what I am doing wrong?

Job script:

/bin/sh

----------------Parameters----------------------

#$ -S /bin/sh
#$ -q sThC.q
#$ -l mres=3G,h_data=3G,h_vmem=3G
#$ -cwd
#$ -j y
#$ -N metabat2_practice
#$ -o metabat2_practice.log
#$ -m bea
#$ -M [email protected]

----------------Modules-------------------------

module load tools/conda/3.11

----------------Your Commands-------------------

echo + date job $JOB_NAME started in $QUEUE with jobID=$JOB_ID on $HOSTNAME

source activate binning
jgi_summarize_bam_contig_depths --outputDepth 88_more-kmers_depth.txt 88_more-kmers_sorted.bam
mkdir Metabin
metabat2 -i 88_more-kmers_contigs.fasta -a 88_more-kmers_depth.txt -o ../Metabat/Metabin/bin -m 1500
conda deactivate binning

echo = date job $JOB_NAME done

Here is the logfile.
metabat2_practice.log

Thank you so much for your help!

@jfy133
Copy link
Member

jfy133 commented Oct 18, 2024

Hello @lyisrae1

This repository is for nf-core/mag support not general metagenomics support.

I will close this but you can maybe ask for help on the the nf-core slack and meta-omics channel and someone there might have experience with that specific tool

@jfy133 jfy133 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2024
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