python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My merge overlapping coordinate python script cost too much memory
I'm trying to choose unique regions for my Non-invasive Prenatal Testing (NIPT) project. I have done following steps:
Create an artificial fasta file contains 50bp sequence. On each chromosome, the n...
Rotomegax
Votes: 0
Answers: 1
indexing sorted alignment file with samtools index gives "Exec format error"
I am struggling with samtools index.
I already did the alignment using "bwa mem reference.fa seq.fastq > alg.sam".
The resulting sam file was converted to bam format using "samtools ...
cicci
Votes: 0
Answers: 1
How to name hundreds of files in increasing order in bash?
I need to download 300 files on the cloud, and name them one by one in increasing order. I can achieve one time by running the following code. The pathname before '>' is the location of the initial...
Fawkes Liu
Votes: 0
Answers: 2