diff options
author | Pjotr Prins | 2020-07-17 11:42:15 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-17 11:42:15 +0100 |
commit | 87f3fb187ea7a956a3bd2fe224a3ea06ff1d760b (patch) | |
tree | b55ff07de6bfb6c615c9b640bb4444e7297cd7e7 /scripts | |
parent | 16bb5df907c79cd0ce6bea0015821a2ce51fb992 (diff) | |
download | bh20-seq-resource-87f3fb187ea7a956a3bd2fe224a3ea06ff1d760b.tar.gz bh20-seq-resource-87f3fb187ea7a956a3bd2fe224a3ea06ff1d760b.tar.lz bh20-seq-resource-87f3fb187ea7a956a3bd2fe224a3ea06ff1d760b.zip |
Started EBI submission
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/submit_ebi/example/project-submission.xml | 11 | ||||
-rw-r--r-- | scripts/submit_ebi/example/project.xml | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/scripts/submit_ebi/example/project-submission.xml b/scripts/submit_ebi/example/project-submission.xml new file mode 100644 index 0000000..2d3ddc1 --- /dev/null +++ b/scripts/submit_ebi/example/project-submission.xml @@ -0,0 +1,11 @@ +<SUBMISSION> + <ACTIONS> + <ACTION> + <ADD/> + </ACTION> + <ACTION> + <HOLD HoldUntilDate="2020-10-10"/> + </ACTION> + </ACTIONS> +</SUBMISSION> + 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> |