diff options
Diffstat (limited to 'scripts/submit_ebi/example/project.xml')
-rw-r--r-- | scripts/submit_ebi/example/project.xml | 10 |
1 files changed, 10 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..6a817e7 --- /dev/null +++ b/scripts/submit_ebi/example/project.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<PROJECT_SET> + <PROJECT alias="PubSeq01"> + <TITLE>Testing PubSeq Sample uploads</TITLE> + <DESCRIPTION>This is a test to allow for uploading sequences from PubSeq</DESCRIPTION> + <SUBMISSION_PROJECT> + <SEQUENCING_PROJECT/> + </SUBMISSION_PROJECT> + </PROJECT> +</PROJECT_SET> |