969ff53836bd37b3d4f82747cf3d94c806852ca9
[htsworkflow.git] / htsworkflow / templates / geo_submission.soft
1 {% for name, value in series %}{{name}}={{value}}
2 {% endfor %}{% for row in samples %}^SAMPLE={{row.name}}
3 !Sample_type=SRA
4 !Sample_title={{row.name}}
5 !Sample_series_id={{ series_id }}
6 !Sample_channel_count=1
7 !Sample_organism_ch1={{ row.species_name }}
8 !Sample_taxid_ch1={{ row.taxon_id }}
9 !Sample_source_name_ch1={{row.cell}}
10 !Sample_library_strategy={{ row.experiment_type }}
11 !Sample_library_source={{row.library_source}}
12 !Sample_library_selection={{ row.library_selection }}
13 !Sample_growth_protocol_ch1={{ row.growthProtocol|safe }}
14 !Sample_extract_protocol={{ row.extractProtocol|safe }}
15 !Sample_data_processing={{ row.dataProtocol|safe }}
16 !Sample_molecule_ch1={{ row.extractMolecule }}
17 !Sample_characteristics_ch1=labExpId: {{ row.library_id }}
18 !Sample_characteristics_ch1=replicate: {{ row.replicate }}
19 {% if row.cell %}{% spaceless %}
20 !Sample_characteristics_ch1=cell: {{ row.cell }}
21 {% endspaceless %}{% endif %}
22 {% if row.readType %}{% spaceless %}
23 !Sample_characteristics_ch1=readType: {{ row.readType }}
24 {% endspaceless %}{% endif %}{% if row.antibody %}{% spaceless %}
25 !Sample_characteristics_ch1=cell: {{ row.antibody }}
26 {% endspaceless %}{% endif %}{% for run in row.run %}
27 !Sample_characteristics_ch1=Illumina image processing pipeline version: {{ run.image_software }}-{{ run.image_version }}
28 !Sample_characteristics_ch1=Illumina base-calling pipeline version: {{ run.image_software }}-{{ run.image_version }}{% endfor %}{% for raw in row.raw %}
29 !Sample_raw_file_{{forloop.counter}}={{ raw.filename }}
30 !Sample_raw_file_type_{{forloop.counter}}={{raw.file_type_label}}
31 !Sample_raw_file_insert_size_{{forloop.counter}}={{ row.insertLength }}
32 !Sample_raw_file_read_length_{{forloop.counter}}={{raw.read_length}}
33 !Sample_raw_file_instrument_model_{{forloop.counter}}={{raw.sequencer_model}}
34 !Sample_raw_file_checksum_{{forloop.counter}}={{raw.md5sum}}
35 !sample_raw_file_single_or_paired-end_{{forloop.counter}}={{raw.flowcell_type}}{% endfor %}{% for sup in row.supplimental %}
36 !Sample_supplementary_file_{{forloop.counter}}={{sup.filename}}
37 !Sample_supplementary_file_checksum_{{forloop.counter}}={{sup.md5sum}}
38 {% endfor %}{% endfor %}