Skip to content

Commit

Permalink
Merge pull request #80 from usegalaxy-eu/checklist_update
Browse files Browse the repository at this point in the history
Automatic update of ENA Sample Checklists
  • Loading branch information
bedroesb authored May 10, 2023
2 parents e2d64fd + 724382e commit 8b912e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions ena_upload/templates/ENA_template_LIBRARY_STRATEGY.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
<LIBRARY_STRATEGY py:when="row.library_strategy.lower().strip() == 'nome-seq'">NOMe-Seq</LIBRARY_STRATEGY>
<LIBRARY_STRATEGY py:when="row.library_strategy.lower().strip() == 'chm-seq'">ChM-Seq</LIBRARY_STRATEGY>
<LIBRARY_STRATEGY py:when="row.library_strategy.lower().strip() == 'gbs'">GBS</LIBRARY_STRATEGY>
<LIBRARY_STRATEGY py:when="row.library_strategy.lower().strip() == 'ribo-seq'">Ribo-Seq</LIBRARY_STRATEGY>
<LIBRARY_STRATEGY py:when="row.library_strategy.lower().strip() == 'other'">OTHER</LIBRARY_STRATEGY>
</py:choose>
5 changes: 5 additions & 0 deletions ena_upload/templates/SRA.experiment.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@
<xs:documentation>Genotyping by sequencing is a method to discover single nucleotide polymorphisms for genotyping studies.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Ribo-Seq">
<xs:annotation>
<xs:documentation>Ribosome profiling (also named ribosome footprinting) that uses specialized messenger RNA (mRNA) sequencing to determine which mRNAs are being actively translated. It produces a "global snapshot" of all the ribosomes active in a cell at a particular moment, known as a translatome.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER">
<xs:annotation>
<xs:documentation> Library strategy not listed. </xs:documentation>
Expand Down

0 comments on commit 8b912e0

Please sign in to comment.