diff options
Diffstat (limited to 'bh20simplewebuploader/templates/ebi-sample.xml')
-rw-r--r-- | bh20simplewebuploader/templates/ebi-sample.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/ebi-sample.xml b/bh20simplewebuploader/templates/ebi-sample.xml index 441e29e..0b6b39e 100644 --- a/bh20simplewebuploader/templates/ebi-sample.xml +++ b/bh20simplewebuploader/templates/ebi-sample.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <SAMPLE_SET> - <SAMPLE alias="{{ id }}" center_name="COVID-19 PubSeq"> + <SAMPLE alias="{{ sampleid }}" center_name="COVID-19 PubSeq"> <TITLE>COVID-19 PubSeq Sample</TITLE> <SAMPLE_NAME> <TAXON_ID>2697049</TAXON_ID> @@ -14,7 +14,7 @@ </SAMPLE_ATTRIBUTE> <SAMPLE_ATTRIBUTE> <TAG>sequencing method</TAG> - <VALUE>{{ sequence_method }}</VALUE> + <VALUE>{{ sequencer }}</VALUE> </SAMPLE_ATTRIBUTE> <SAMPLE_ATTRIBUTE> <TAG>collection date</TAG> |