generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
43 lines (39 loc) · 1.92 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: seqsender
Type: Package
Title: Public Database Submission Pipeline
Version: 1.1.0
Authors@R:
c(
person(given="Dakota", family="Howard", role=c("aut","cre"),
email="[email protected]", comment=c(ORCID="0000-0002-7674-0385")),
person(given="Reina", family="Chau", role=c("aut"),
email="[email protected]", comment=c(ORCID="0000-0003-3012-1404")),
person(given="Peter", family="Cook", role=c("aut"),
email="[email protected]"),
person(given="Kristine", family="Lacek", role=c("aut"),
email="[email protected]", comment=c(ORCID="0000-0002-6247-5082")),
person(given="Amanda", family="Sullivan", role=c("aut"),
email="[email protected]"),
person(given="Vikram", family="Setlur", role=c("aut"),
email="[email protected]"),
person(given="Thomas", family="Stark", role=c("aut"),
email="[email protected]"),
person(given="Brian", family="Lee", role=c("aut"),
email="[email protected]"),
person(given="Benjamin", family="Rambo-Martin", role=c("aut"),
email="[email protected]", comment=c(ORCID="0000-0002-8591-3954"))
)
Description: seqsender is a Python program that is designed to automate the process of generating
necessary submission files (e.g. submission.xml, submission.zip, etc.)
and then bulk uploading them via FTP to NCBI archives such as Genbank, BioSample, and SRA.
Additionally, the program can batch uploading submissions of meta- and sequence-data to GISAID
using their Command Line Interface Tools (e.g., EpiFlu and EpiCoV CLI).
Currently, the pipeline is capable of uploading Influenza A Virus and SARS-COV-2 data.
RoxygenNote: 7.2.3
License: Apache License (== 2.0) + file LICENSE
URL: https://github.com/CDCgov/seqsender
GITHUB_PAGES: https://cdcgov.github.io/seqsender
Docker: cdcgov/seqsender-dev:latest
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/CDCgov/seqsender/issues