diff options
author | Pjotr Prins | 2020-07-17 11:42:15 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-17 12:08:43 +0100 |
commit | 4f3469e2d5395526c0376688ded4340a4834677d (patch) | |
tree | b55ff07de6bfb6c615c9b640bb4444e7297cd7e7 /scripts/submit_ebi/example/project.xml | |
parent | 8cf4fee8900e7b146f768791fb7909b334737297 (diff) | |
download | bh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.tar.gz bh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.tar.lz bh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.zip |
Started EBI submission
Diffstat (limited to 'scripts/submit_ebi/example/project.xml')
-rw-r--r-- | scripts/submit_ebi/example/project.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/submit_ebi/example/project.xml b/scripts/submit_ebi/example/project.xml new file mode 100644 index 0000000..90704ab --- /dev/null +++ b/scripts/submit_ebi/example/project.xml @@ -0,0 +1,9 @@ +<PROJECT_SET> + <PROJECT alias="PubSeq01"> + <TITLE>Testing PubSeq Sample uploads</TITLE> + <DESCRIPTION>This study aimed to allow for uploading sequences from PubSeq</DESCRIPTION> + <SUBMISSION_PROJECT> + <SEQUENCING_PROJECT/> + </SUBMISSION_PROJECT> + </PROJECT> +</PROJECT_SET> |