How can download and read BAM and FASTQ format
Hello everyone,
can you help me to download and read FASTQ and BAM format files?
thanks
fastq
miseq
bam
• 1,620 views
•
link
updated
by
swbarnes2
•
written
by
bahaddin •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Downloaded pdb's on rcsb.org
written by iamsmor •Hello everyone I am working on molecular docking and I want to download some pdb's as pdb format according to search (name of protein, name …
-
Unable to downlaod files from GEO
written by Aaliya •Hello everyone, I am facing difficulty downloading file from GEO: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE44951. **(GSE44951).** For this study sample, the **SRA number is not mentioned**. I always used …
-
FeatureCounts total alignment = 0. Can you help me please
written by z.ziriat •Hello everyone, I have a problem when using FeatureCounts to assign my Nanopore. When using it with a Bam file i always have 0 total …
-
faste-dump for single-end data
written by eva.lucarelli •Hello everyone! I am currently trying to convert a .sra file to a .fastqc file using the fastq-dump tool. Here is the line of code …
-
Convert in fastq format a list of SRA files
written by stefaquara •Hello everyone I have different SRR files in SRA format, how can i covert them into fastq format with cmd? Fastq-dump work on a single …
-
convert multiple files simultaneously using samtools
written by vanessagpds •Hello everyone, I am new to bioinformatics. I have several files in BAM format and I want to convert them to fastq using samtools. Is …
-
Error downloading streams from SRA-ncbi when running fastq-dump
written by Sam_ •Hello everyone, I'm a bioinformatics student. I'm currently trying to download raw sequences from NCBI, but this message comes out: *Failed to call external services*, …
-
gene annotation using BAM files
written by djerroudsamia •Hello everyone, I am really new in this forum, so I hope you can help me in resolving my problem. I am actually working on …
-
GDC WES data ID
written by chipseq33 •Hello everyone, I am trying to download the TCGA WES bam files through GDC portal. Now with this new IDs "UUID" I can not figure …
-
download PacBio long reads for E.coli
written by midoxHello, I would like to download raw long reads for E.coli. Can you help me with a link to download the files? Thanks
Can you please elaborate on what type of samples and from where you can download them?
I agree with MSRS. Do you want to download your own data or publicly available?
For publicly available you can always get data from ENA (fastq or bam format), or SRA (can be .SRA format and you need to convert to fastq).
To read fastq you can use
cat | lessorzcat | lessfor fastq.gz. For bam I suggest you usesamtoolsfunctions.Where have you looked? What have you tried?