diff options
author | Pjotr Prins | 2020-07-17 12:05:53 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-17 12:08:43 +0100 |
commit | 6ade3c1d47a83f0ed52a4efe287017b6a0fcc44e (patch) | |
tree | 00f28ae6d9e973098aaee08534aa8414d54a957b /doc/blog/using-covid-19-pubseq-part6.org | |
parent | 4f3469e2d5395526c0376688ded4340a4834677d (diff) | |
download | bh20-seq-resource-6ade3c1d47a83f0ed52a4efe287017b6a0fcc44e.tar.gz bh20-seq-resource-6ade3c1d47a83f0ed52a4efe287017b6a0fcc44e.tar.lz bh20-seq-resource-6ade3c1d47a83f0ed52a4efe287017b6a0fcc44e.zip |
Preparing for EBI submission
Diffstat (limited to 'doc/blog/using-covid-19-pubseq-part6.org')
-rw-r--r-- | doc/blog/using-covid-19-pubseq-part6.org | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/blog/using-covid-19-pubseq-part6.org b/doc/blog/using-covid-19-pubseq-part6.org index 2d1c5e0..8964700 100644 --- a/doc/blog/using-covid-19-pubseq-part6.org +++ b/doc/blog/using-covid-19-pubseq-part6.org @@ -83,9 +83,12 @@ also a submission 'command' is required looking like The webin system accepts such sources using a command like -: curl -u username:password -F "SUBMISSION=@submission.xml" -F "PROJECT=@project.xml" "https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit/" +: curl -u username:password -F "SUBMISSION=@submission.xml" \ +: -F "PROJECT=@project.xml" "https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit/" -as described [[https://ena-docs.readthedocs.io/en/latest/submit/study/programmatic.html#submit-the-xmls-using-curl][here]]. +as described [[https://ena-docs.readthedocs.io/en/latest/submit/study/programmatic.html#submit-the-xmls-using-curl][here]]. Note that this is the test server. For the final +version use www.ebi.ac.uk instead of wwwdev.ebi.ac.uk. You may also +need the --insecure switch to circumvent certificate checking. /work in progress (WIP)/ |