Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVM committed Aug 28, 2022
1 parent a9dcc49 commit 867b76c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__="0.7a-alpha"
__version__="0.7.1a-alpha"
2 changes: 1 addition & 1 deletion src/Afanc/get_dataset/download_assemblies.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from Afanc.utilities.makeWD import mkchdir

def download_genome(assembly, args):
""" Download a genome from genbank using the ensembl suite.
""" Download a genome from genbank using the entrez suite.
"""

if not args.accessions:
Expand Down
4 changes: 2 additions & 2 deletions src/Afanc/screen/getGenomes.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def getGenomesbyAcc(genomes, args):


def getGenomesbyName(assembly_ids, args):
""" Get genome assemblies for each hit from genbank using the ensembl suite.
""" Get genome assemblies for each hit from genbank using the Entrez suite.
Takes assembly names from the kraken2 report json.
"""

Expand All @@ -67,7 +67,7 @@ def getGenomesbyName(assembly_ids, args):


def download_genome(assembly, stdout, stderr, taxID=False):
""" Download a genome from genbank using the ensembl suite.
""" Download a genome from genbank using the Entrez suite.
If taxID is provided, this is appended to the front of the assembly filename
followed by a trailing underscore.
"""
Expand Down

0 comments on commit 867b76c

Please sign in to comment.