-
Notifications
You must be signed in to change notification settings - Fork 9
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 binning #117
Comments
Hi Esteban, |
Hi, [Sun Oct 10 14:25:51 2021] Full Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): RuleException: Seems to fail when I run with metabat2 binning because using concoct all pipeline is working fine! |
Hi Esteban, Sorry for delay, I was away for a bit. Yeah, so this is a downside of snakemake, that log doesn't tell us why it failed. There is no specific log corresponding to that script so the best way do debug it would be for you to rerun the failing command out of STRONG. Also obligatory pebkac question, did you use the same output folder for both concoct and metabat2 runs? I don't think this is clearly specified in the doc, but you should not do so. That would be quite problematic for downstream analysis. Though it is possible to symlink assembly and profile folder in the other STRONG folder for speed up. Best, |
Hi,
I'm trying to do a binning with metabat2 using the following config.yaml:
------ Samples ------
samples: '' # specify a list samples to use or '' to use all samples
------ Resources ------
threads : 16 # single task nb threads
------ Assembly parameters ------
data: /home/ebustos/05.PATOS_metagenomes/23.STRONG_Runs/04.Tomeu_metagenomes/02.STRONG_samples # path to data folder
----- Annotation database -----
cog_database: /home/ebustos/05.PATOS_metagenomes/23.STRONG_Runs/cogs/Cog # COG database
----- Binner ------
binner: metabat2
----- Binning parameters ------
contig_size: 1500
read_length: 150
assembly:
assembler: spades
k: [77]
mem: 200000
threads: 16
----- BayesPaths parameters ------
bayespaths:
nb_strains: 16
nmf_runs: 1
max_giter: 1
min_orf_number_to_merge_bins: 10
min_orf_number_to_run_a_bin: 10
percent_unitigs_shared: 0.1
----- DESMAN parameters ------
desman:
execution: 1
nb_haplotypes: 10
nb_repeat: 5
min_cov: 1
----- Evaluation ------
#evaluation:
#execution: 1
# genomes: /home/ebustos/05.PATOS_metagenomes/23.STRONG_Runs/01.PATOS_samples/01.Pond1/01.Cycle1/Eval # path to reference genomes
Do you think that this config.yaml is correct? Also, I have checked the snake files and I haven't see any option to make the binning with metabat2.
Best,
Esteban
The text was updated successfully, but these errors were encountered: