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

Setting of multiple bam files of the IDBAUD co-assembly contig.fa #33

Open
B-1991-ing opened this issue Jul 5, 2022 · 2 comments
Open

Comments

@B-1991-ing
Copy link

Hi Oskar,

For the binning of the SPAdes individual assembled contigs.fasta, I directly set the location of each contigs.fasta and its corresponding *.bam file. It runs perfectly.

config25 copy.yaml.txt

But, for the IDBAUD coassembled contig.fa, if I directly run set the location of the contig.fa and one *.bam file in each config.yaml file, it gives us no bins.
config25.yaml.txt

I saw the similar question - Multiple bam files from co-assembly? #19, so should I put the multiple *.bam files in the one config.yaml file?
metagenomics_alignment: "1_raw_unique_sort.bam, 2_raw_unique_sort.bam, 3_raw_unique_sort.bam"

Best,

Bing

@ohickl
Copy link
Contributor

ohickl commented Jul 5, 2022

Hi Bing,

if I directly run set the location of the contig.fa and one *.bam file in each config.yaml file, it gives us no bins.

I am not sure, what you mean by that, but you can do e.g.: metagenomics_alignment: "path/to/bam/files/*_raw_unique_sort.bam"

Best

Oskar

@B-1991-ing
Copy link
Author

I am not sure, what you mean by that, but you can do e.g.: metagenomics_alignment: "path/to/bam/files/*_raw_unique_sort.bam"

Yeah, this is what I want. Thank you very much Oskar.

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