aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPjotr Prins2020-07-17 11:42:15 +0100
committerPjotr Prins2020-07-17 12:08:43 +0100
commit4f3469e2d5395526c0376688ded4340a4834677d (patch)
treeb55ff07de6bfb6c615c9b640bb4444e7297cd7e7 /scripts
parent8cf4fee8900e7b146f768791fb7909b334737297 (diff)
downloadbh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.tar.gz
bh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.tar.lz
bh20-seq-resource-4f3469e2d5395526c0376688ded4340a4834677d.zip
Started EBI submission
Diffstat (limited to 'scripts')
-rw-r--r--scripts/submit_ebi/example/project-submission.xml11
-rw-r--r--scripts/submit_ebi/example/project.xml9
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>