Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1.2.0 Prod Update #60

Merged
merged 3 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion gisaid_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def submit_gisaid(organism: str, submission_dir: str, submission_name: str, conf
gisaid_cli = file_handler.validate_gisaid_installer(submission_dir=submission_dir, organism=organism)
print(f"Uploading sample files to GISAID-{organism}, as a '{submission_type}' submission. If this is not intended, interrupt immediately.", file=sys.stdout)
time.sleep(5)
sub = process_gisaid_log(log_file=os.path.join(submission_dir, "gisaid_upload_log_" + str(1) + ".txt"), submission_dir=submission_dir)
# Set number of attempt to 3 if erroring out occurs
attempts = 1
# Submit to GISAID
Expand Down
2 changes: 1 addition & 1 deletion shiny/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ui.HTML(
"""
<h2>Overview</h2>
<p><code>seqsender</code> is a Python program that is developed to automate the process of generating necessary submission files and batch uploading them to <ins>NCBI archives</ins> (such as <strong>BioSample</strong>, <strong>SRA</strong>, and <strong>Genbank</strong>) and <ins>GISAID databases</ins> (e.g. <strong>EpiFlu</strong> and <strong>EpiCoV</strong>). Presently, the pipeline is capable of uploading <strong>Influenza A Virus</strong> (FLU) and <strong>SARS-COV-2</strong> (COV) data. However, the dynamic nature of this pipeline can allow for additional uploads of other organisms in future updates or requests.</p>
<p><code>seqsender</code> is a Python program that is developed to automate the process of generating necessary submission files and batch uploading them to <ins>NCBI archives</ins> (such as <strong>BioSample</strong>, <strong>SRA</strong>, and <strong>Genbank</strong>) and <ins>GISAID databases</ins> (e.g. <strong>EpiFlu</strong>, <strong>EpiPox</strong>, and <strong>EpiCoV</strong>).</p>
<h2>Public Domain Standard Notice</h2>
<p>This repository constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. This repository is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal public domain dedication</a>. All contributions to this repository will be released under the CC0 dedication. By submitting a pull request you are agreeing to comply with this waiver of copyright interest.</p>
<h2>License Standard Notice</h2>
Expand Down
Loading