Skip to content

[Bioc-devel] [Bioc-sig-seq] SRAdb and getFastq

1 message · Jack Zhu

#
Hi Kirti,


As Martin said, in the newer version of BioC (both 2.7 release and 2.8
dev version), there were changes to reflect the NCBI removal of fastq
files:

   1. Removed functions of listFastq, getFastqInfo and getFaastq
   2. Added functions of listSRAfile, getSRAinfo and getSRAfile
   3. Modified the corresponding files to reflect the change.

Now you could just list or get lite.sra files or sra files instead of
fastq files.  Details please see:

    https://stat.ethz.ch/pipermail/bioc-devel/2011-January/002439.html

Or the package vignette:
http://www.bioconductor.org/help/bioc-views/release/bioc/html/SRAdb.html

Regarding converting  lite.sra files into fastq files, after the sra
toolkit was installed properly, we just simple run:

 $   fastq-dump xxxx.lite.sra

FYI.

Thanks.

Jack
On 4 March 2011 15:16, kirti prakash <kirtiprakash3.14 at gmail.com> wrote: