Skip to content

Commit

Permalink
update sraFind path
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 committed Oct 24, 2019
1 parent 0f4d0d3 commit 06f4bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions py16db/FocusDBData.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ def update_manifest(self, newacc, newstatus, organism, logger):
def fetch_sraFind_data(self, logger):
if self.sraFind_data is None:
self.sraFind_data = os.path.join(
self.dbdir, "sraFind-All-biosample-with-SRA-hits.txt")
self.dbdir, "sraFind.tab")
sraFind_results = str(
"https://raw.githubusercontent.com/nickp60/sraFind/master/" +
"results/sraFind-All-biosample-with-SRA-hits.txt"
"sraFind.tab"
)
# gets just the file name
if not os.path.exists(self.sraFind_data):
Expand Down
2 changes: 1 addition & 1 deletion py16db/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.40"
__version__ = "0.3.41"

0 comments on commit 06f4bc1

Please sign in to comment.