You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to make sure that when I use smoove call for tumor/normal pairs.
Is there a requirement for the order of two bam files?
Which command is correct ?
The command is as follows: smoove call -x --name sample --fasta genome.fa -p 4 --genotype --outdir ./ path/normal.bam path/tumor.bam smoove call -x --name sample --fasta genome.fa -p 4 --genotype --outdir ./ path/tumor.bam path/normal.bam
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, the order doesn't matter. You'll have to decide post-hoc what is somatic and what is not (the genotypes won't help you there as they are for diploid samples).
Hi, I want to make sure that when I use smoove call for tumor/normal pairs.
Is there a requirement for the order of two bam files?
Which command is correct ?
The command is as follows:
smoove call -x --name sample --fasta genome.fa -p 4 --genotype --outdir ./ path/normal.bam path/tumor.bam
smoove call -x --name sample --fasta genome.fa -p 4 --genotype --outdir ./ path/tumor.bam path/normal.bam
Thanks in advance!
The text was updated successfully, but these errors were encountered: