cbg-ethz / cojac

GNU General Public License v3.0
18 stars 5 forks source link

number of bam files for comparison #5

Open ibseq opened 3 years ago

ibseq commented 3 years ago

Hi all, is the comparison done only two bam files at the time? can we add a longer list?

thanks ibseq

DrYak commented 3 years ago

Yes, you can: the -a / --alignments can take an arbitrarily large number off SAM/BAM/CRAM alignment files.

(Though in our own case, we mostly use it with the -s / --samples options, as we process our samples upstream with V-pipe).

Note that each sample will be processed sequentially (there's no built-in parallelism in the cooc-mutbamscan executable).

If your collection of samples if very large, you can split it into multiple jobs, and then simply merge the YAML or JSON output.

ibseq commented 3 years ago

vpipe is a variant caller, how do you generate the bam files. will any from the artic pipeline (illumina or ONT) will work? thanks ibseq

On 9 Feb 2021, at 16:43, DrYak notifications@github.com wrote:

 Yes, you can: the -a / --alignments can take an arbitrarily large number off SAM/BAM/CRAM alignment files.

(Though in our own case, we mostly use it with the -s / --samples options, as we process our samples upstream with V-pipe).

Note that each sample will be processed sequentially (there's no built-in parallelism in the cooc-mutbamscan executable).

If your collection of samples if very large, you can split it into multiple jobs, and then simply merge the YAML or JSON output.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.