bcftools isec outputs
Hi, Is there a way to select which of the optional outputs to be actually produced and saved? Currently I get 4 files (0000, 0001, 0002, 0003) and I actually need only one of them (the first).
Thanks
bcftools
• 800 views
•
link
written
by
rotemkat •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
PLINK | Updating sex information issue
written by S •Hello, I am attempting to update the sex information of my cohort vcf data by using PLINK. This is the command I am running: plink …
-
bcftools isec output for multiple vcf files interpretations
written by minoo •I have four vcf files resulting from mutect2 function. There is one treatment and three control samples. I need to get **variants that are unique …
-
Interpreting bcftools isec output
written by pabe •Hi, I attempted to find overlapping variants across my four panels using bcftools isec -p dir -n=4 <file1.vcf.gz> <file2.vcf.gz> <file3.vcf.gz> <file4.vcf.gz> I got this list …
-
bcftools isec outputs all variants instead of just the common variants
written by fafad046 •Hi, I have two vcf files, `ALL.autosomes.phase3.vcf.gz` and `concat_ABCD_release_2.0.1_r1_filtered.vcf.gz`. `ALL.autosomes.phase3.vcf.gz` has 2504 subjects, while `concat_ABCD_release_2.0.1_r1_filtered.vcf.gz` has 10501 subjects. After doing `bcftools isec -c none -n=2 …
-
bcftools isec not producing sites.txt
written by steveI am running a `bcftools` command like this; bcftools isec -p /data --targets-file targets.bed Sample1.vcf.gz Sample2.vcf.gz And I am getting output files like this; 0000.vcf …
-
Intersection of 3 multi-sampled vcf files
written by michelle.zl.kee •Hi, I have 3 vcf files from different samples and would like to get a file with an intersection of common SNPs found in all …
-
Tutorial: use the tool slicer to split big files (like FASTQ) to smaller files for parallel process…
written by chen# Slicer Slice a text file to smaller files by lines, with gzip compression for input/output supported. This tool can be used to slice big …
-
bcftools isec: weird number of output file
written by pingEde •Hi all :) ! I need help: I want to intersect 2 vcf file (fileA and fileB) in order to have three file: 1) common …
-
Why Bam File Been Seperated By Samtools
written by Chen Sun<p>I run the following command using <a href='http://bio-bwa.sourceforge.net/'>BWA</a> version 0.7.5:</p> <pre><code># transform the SAM file to BAM ~/bin/samtools view -Sb pe.sam > temp.bam # sort …
-
Problem With Sorting Bam File: Samtools
written by lyfsa •<p>Hi!</p> <p>I have three aligned pair end reads in <a href='http://samtools.sourceforge.net/SAM1.pdf'>BAM</a> format. Two of them are of same sample run in different lanes. I first …