samtools Questions

2

Solved

I am setting up continuous integration using GitHub Actions. One of the prerequisites (samtools) is most easily installed by conda. The standard way to use installed packages is to activate the cor...
Kingmaker asked 21/6, 2022 at 15:21

3

I am using python/pysam to do analyze sequencing data. In its tutorial (pysam - An interface for reading and writing SAM files) for the command mate it says: 'This method is too slow for high-thro...
Chokefull asked 16/12, 2015 at 1:37

3

I have this program called samtools (version 1.3) that is used for manipulating the files that you get from DNA sequencing experiments. The downloaded program is contained in a folder. To set the ...
Commonly asked 5/2, 2016 at 4:34

2

To give you a bit of context: I am trying to convert a sam file to bam samtools view -bT reference.fasta sequences.sam > sequences.bam which exits with the following error [E::sam_parse1] CI...
Introrse asked 26/9, 2016 at 19:25

1

Solved

I've quickly realized that bioinformatics is not a subject which has its terms clearly defined and easily accessible. I have an apparent discrepancy with some of my results. I used samtools view -...
Heterotypic asked 11/6, 2015 at 13:28

4

Lets say I had the following command running from the shell { samtools view -HS header.sam; # command1 samtools view input.bam 1:1-50000000; # command2 } | samtools view -bS - > output.bam # c...
Guess asked 27/2, 2015 at 21:35
1

© 2022 - 2024 — McMap. All rights reserved.