![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Conver mm8 WIG to mm9 WIG | seqmagician | Bioinformatics | 0 | 05-07-2011 07:28 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: india Join Date: Jun 2012
Posts: 7
|
![]()
Hello All,
NGS data from SRA is downloaded in form of .sra files which are highly compressed and save a lot of space. fastq-dump converts .sra to fastq. i am interested in something which converts fastq, back to sra, i learnt fastq-load does it, but cannot find any manual explaining how to. Does anyone know how to and can help? |
![]() |
![]() |
![]() |
#2 |
David Eccles (gringer)
Location: Wellington, New Zealand Join Date: May 2011
Posts: 835
|
![]()
well, running the help from the command line will probably give you quite a lot of help:
Code:
$ fastq-load --help Usage: fastq-load [options] -r run.xml -e experiment.xml -o output-path -r|--run-xml path to run.xml describing input files -e|--experiment path to experiment.xml -o|--output-path target location Options: -i|--input-path input files location, default '.' -u|--input-unpacked input files are unpacked ... etc. |
![]() |
![]() |
![]() |
Thread Tools | |
|
|