Hello When filtering SNPs, the command is bcftools view my_var.bcf | vcfutils.pl varFilter - > my_final.vcf However, I want to use "nohup" with this command …
Hi, I am using samtools inbuilt https://github.com/lh3/samtools/blob/master/bcftools/vcfutils.pl to filter my vcf file. So before setting up my parameters, I wanted to know what is the …
Hello everyone i am facing a problem while run a command to call variant, i am using sorted.bam file (generated by picard-tools-1.119) $SOFTWARE/samtools mpileup -d8000 …
<p>I analyse reads from Ion Torrent platform with <a href='http://bio-bwa.sourceforge.net/'>bwa</a>-samtools pipeline. I used them in such way:</p> <pre><code>bwa mem samtools view (convert sam to bam) …
<p>Hello, I have a rather naive question.</p> <p>Given the two command-lines found below, can somebody tell me if "samtools.pl and vcfutils.pl are part of the …
<p>I have been using the suggested mpileup based pipeline for variant detection <a href="http://samtools.sourceforge.net/mpileup.shtml">here</a>. </p> <p>The vcfutils.pl varFilter step does useful things for filtering the …
what did you try ?