How can open the fastaq ftp file downloaded from ENA database
Hey all
Can anyone suggest any tool or any program code which can be used to open the fastaq ftp file downloaded from ENA database
rna-seq
• 1,779 views
•
link
written
by
deeksha3696 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to convert FASTQ to FASTA
written by Ching •I downloaded a fastq.gz file from ENA browser but can't open it. How can I convert the file to fasta format? https://www.ebi.ac.uk/ena/browser/view/SRR16952091?show=reads
-
Problem when downloading Fastq files from ENA Database automatically with accession number
written by ignacio.martinezdelejarza •Hi all! I'm trying to download the FASTQ files from different experiments stored in ENA Database in a automatized way just having the SRR codes …
-
How to parse all the Zn-binding protein sequences from MetalPDB?
written by KumarI would like to download all the zinc-binding protein sequences from [MetalPDB][1] database. But, I could not find any option there in the website to …
-
convert it to a fasta file?
written by wngusgus1004 •Can the file from the link below be converted to a file that can be used with igv, such as fasta or fastaq?
-
how to open SSR files
written by deeksha3696 •hey all I want to know how we can open the SSR files. please suggest some tools or program to open the SSR files thanks
-
how to get fasta or fastaQ sequences of the differentially expressed gene which i got using edgeR
written by deeksha3696 •hey all I want to know from where can I get the fasta or fastaQ sequences of the differentially expressed genes which I got using …
-
Combined Forward and Reverse fastaq files from EBI_ENA
written by galud1990 •Hello all, I have a bunch of data that I have downloaded from EBI-ENA, however I only get a big fastaq file for each sample …
-
How to create GTF file for virus and build database for influenza virus using annovar for annotatin…
written by bioinforesearchquestionsDear All, I am working on influenza virus. I would like to annotate variants from virus using annovar. I am facing issue in building the …
-
SALT. Protein domain classification tool.
written by Macho •Hello, I'm testing this program: ### [SALT - Sensitive and accurate protein domain classification for short reads][1] [1]: http://sourceforge.net/projects/salt1/files/ After installation, I need to introduce …
-
Pig .Hom File?
written by bioinformatics123 •<p>Does anyone know where I can get .hom file for pig (sus scrofa) from HomoloGene database and extract data? This site is a good source …
Perhaps you first might explain which file (format?) you're talking about (and how you obtained it?)
I am looking for opening of FASTQ files ftp
genomax has given the appropriate answer.
There is either a
fastaformat file or afastqformat file. There is no such thing as afastaqfile. Either format should be plain text (compressed if it has.gzextension on it). Files can be checked usingless/more/catfor plain versions orzless/zmore/zcatfor compressed versions.I am looking for opening of FASTQ files (ftp)
Not much you can do by just opening the files. I have included command options (on unix) that can be used for that, if you still want to.
I think you first need to get a background on what these files are (both SRA based on your previous question) and now fastq (sequencing data). Spend some quality time reading some introductions (use google). If you are already stuck in opening/looking at these files, any downstream analysis will be...difficult. There are many good tutorials out there. Check out software such as
BWAfor alignment andsamtoolsfor manipulation of output files. They all have good documentation and associated papers/publications/manuals.