Skip to content

Commit

Permalink
GNUVID DB update v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmagds committed Aug 26, 2020
1 parent eeb58bd commit a5d1e08
Show file tree
Hide file tree
Showing 10 changed files with 7,655 additions and 519 deletions.
Binary file not shown.
159 changes: 85 additions & 74 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/Extract_fasta_sequence_blast_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"--version",
help="print version and exit",
action="version",
version="%(prog)s 1.3",
version="%(prog)s 1.4",
)
PARSER.add_argument(
"output_folder", type=str, help="output folder name & quality report prefix"
Expand Down
6 changes: 3 additions & 3 deletions bin/GNUVID.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

PARSER = argparse.ArgumentParser(
prog="GNUVID.py",
description="GNUVID v1.3 utilizes the natural\
description="GNUVID v1.4 utilizes the natural\
variation in public genomes of SARS-CoV-2 to rank gene sequences based on the number of observed exact \
matches (the GNU score) in all known genomes of SARS-CoV-2. It types the genomes based on their unique \
gene allele sequences. It types (using a whole genome MLST) your query genome in seconds.",
Expand Down Expand Up @@ -119,7 +119,7 @@
"--version",
help="print version and exit",
action="version",
version="%(prog)s 1.3",
version="%(prog)s 1.4",
)
PARSER.add_argument(
"reference",
Expand Down Expand Up @@ -1032,7 +1032,7 @@
QUERYFILE_OBJECT.close()
logging.info("Typed the query isolate/s and wrote Query_isolates_GNUVID_ST_Report.txt")
logging.info("Done in --- {:.3f} seconds ---".format(time.time() - START_TIME))
logging.info("""Thanks for using GNUVID v1.3, I hope you found it useful.
logging.info("""Thanks for using GNUVID v1.4, I hope you found it useful.
Please cite WhatsGNU 'Moustafa AM and Planet PJ 2020, Genome Biology;21:58'.
Please also cite BLAST+ 'Camacho et al. 2009, BMC Bioinformatics;10:421' if you use GNUVID.
Please also cite GISAID 'Shu Y. and McCauley J. 2017, EuroSurveillance; 22:13'
Expand Down
2 changes: 1 addition & 1 deletion bin/GNUVID_database_customizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from collections import OrderedDict

PARSER = argparse.ArgumentParser(
prog="GNUVID_database_customizer.py", description="Database_customizer script for GNUVID v1.3.",)
prog="GNUVID_database_customizer.py", description="Database_customizer script for GNUVID v1.4.",)
GROUP = PARSER.add_mutually_exclusive_group()
GROUP.add_argument("-g", "--GenBank_RefSeq", help="fna files from GenBank or RefSeq", action="store_true",)
GROUP.add_argument("-p", "--prokka", help="fna files from prokka", action="store_true",)
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file removed db/MST_07172020.png
Binary file not shown.
Binary file renamed db/MST_07172020.pdf → db/MST_08172020.pdf
Binary file not shown.
Binary file added db/MST_08172020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5d1e08

Please sign in to comment.