Created
December 24, 2015 06:07
-
-
Save ChillarAnand/4de03a8ea480b4e5e8b1 to your computer and use it in GitHub Desktop.
fastq to sra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<EXPERIMENT_SET xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="ftp://ftp.sra.ebi.ac.uk/meta/xsd/sra_1_5/SRA.experiment.xsd"> | |
<EXPERIMENT alias="test_exp" | |
center_name="test_center"> | |
<TITLE>Test exp</TITLE> | |
<STUDY_REF refname=""/> | |
<DESIGN> | |
<DESIGN_DESCRIPTION> | |
Test experiment | |
</DESIGN_DESCRIPTION> | |
<SAMPLE_DESCRIPTOR refname=""/> | |
<LIBRARY_DESCRIPTOR> | |
<LIBRARY_NAME> | |
Test | |
</LIBRARY_NAME> | |
<LIBRARY_STRATEGY> | |
Test | |
</LIBRARY_STRATEGY> | |
<LIBRARY_SOURCE> | |
Test | |
</LIBRARY_SOURCE> | |
<LIBRARY_SELECTION> | |
RANDOM | |
</LIBRARY_SELECTION> | |
<LIBRARY_LAYOUT> | |
ILLUMINA | |
</LIBRARY_LAYOUT> | |
<LIBRARY_CONSTRUCTION_PROTOCOL> | |
Test | |
</LIBRARY_CONSTRUCTION_PROTOCOL> | |
</LIBRARY_DESCRIPTOR> | |
</DESIGN> | |
<PLATFORM> | |
<ILLUMINA> | |
<INSTRUMENT_MODEL> | |
Illumina HiSeq 2000 | |
</INSTRUMENT_MODEL> | |
</ILLUMINA> | |
</PLATFORM> | |
<PROCESSING/> | |
</EXPERIMENT> | |
</EXPERIMENT_SET> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<RUN_SET xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="ftp://ftp.sra.ebi.ac.uk/meta/xsd/sra_1_5/SRA.run.xsd"> | |
<RUN alias="" center_name="test" run_center="" run_date="2008-07-02T10:00:00"> | |
<EXPERIMENT_REF refname="test"/> | |
<DATA_BLOCK member_name="test"> | |
<FILES> | |
<FILE filename="SRR304976.fastq" | |
filetype="fastq" | |
checksum_method="MD5" checksum="3e084039ff7969ba5c7ff632f955def8"/> | |
</FILES> | |
</DATA_BLOCK> | |
</RUN> | |
</RUN_SET> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to add SPOT_DESCRIPTOR node to experiment.xml.
Here is an example of updated XML for illumina with a spot having 2 reads of 64 bases each: