diff options
author | Pjotr Prins | 2020-11-08 10:35:03 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-08 10:35:03 +0000 |
commit | cb2200839e180d518167bce06395ae04c332ddf4 (patch) | |
tree | fccb9d932a1b185c04f0c7723b070646f5d30353 | |
parent | f9c64353ac87b1fe05e0cad68e358a7f69b3bcdc (diff) | |
download | bh20-seq-resource-cb2200839e180d518167bce06395ae04c332ddf4.tar.gz bh20-seq-resource-cb2200839e180d518167bce06395ae04c332ddf4.tar.lz bh20-seq-resource-cb2200839e180d518167bce06395ae04c332ddf4.zip |
UTHSC samples
-rw-r--r-- | example/uthsc_example.yaml | 4 | ||||
-rw-r--r-- | scripts/uthsc_samples/template.yaml | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/example/uthsc_example.yaml b/example/uthsc_example.yaml index 18188dc..956faf1 100644 --- a/example/uthsc_example.yaml +++ b/example/uthsc_example.yaml @@ -1,10 +1,10 @@ id: placeholder license: - license_type: http://creativecommons.org/licenses/by/4.0/ + license_type: https://creativecommons.org/licenses/by/4.0/ title: "Sample" attribution_name: "Mariah Taylor, Colleen Jonsson" - attribution_url: https://www.uthsc.edu/rbl/ + attribution_url: https://www.uthsc.edu/medicine/molecular-sciences/faculty-directory/jonsson.php host: host_id: TN_UT2 diff --git a/scripts/uthsc_samples/template.yaml b/scripts/uthsc_samples/template.yaml index 1175ac8..07e0828 100644 --- a/scripts/uthsc_samples/template.yaml +++ b/scripts/uthsc_samples/template.yaml @@ -1,9 +1,9 @@ id: placeholder license: - license_type: http://creativecommons.org/licenses/by/4.0/ - title: "$sample_name - $locationx" - attribution_name: "Mariah Taylor, Colleen Jonsson" + license_type: https://creativecommons.org/licenses/by/4.0/ + title: "$strain" + attribution_name: "Mariah Taylor, Colleen B. Jonsson" attribution_url: https://www.uthsc.edu/medicine/molecular-sciences/faculty-directory/jonsson.php host: @@ -23,10 +23,10 @@ virus: technology: sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0008632] sequence_assembly_method: https://bio.tools/BWA#! - additional_technology_information: Oxford Nanopore MiniIon RNA long reads + additional_technology_information: "Oxford Nanopore MiniIon RNA long reads" submitter: - authors: [Mariah Taylor, Colleen Jonsson] + authors: [Mariah Taylor, Colleen B. Jonsson] submitter_name: [Mariah Taylor, Colleen B. Jonsson, Pjotr Prins] submitter_address: UTHSC, Memphis, Tennessee 38163, USA originating_lab: Regional Biocontainment Laboratory, Memphis, TN |