-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* gzip sanitized gtfs (#127) * more stabile testing(?) (#128) * added rm -rf function (#126) * added rm -rf function to fix clean * updated code for rm_rf * bucket changes (#129) * update readme (#132) * update readme * black. extended genomepy search (was an issue to black anyway) * fix (#133) * argparse action to parse genome from command line option * use genomes_dir argument * increased maximum complexity to 10 (#137) * remove 'alt' regions by default (#136) * remove 'alt' regions by default * Update CHANGELOG.md * increase rerun delay (1 -> 5 sec) * increase rerun delay (1 -> 10 sec) * updated CHANGELOG.md * Update version * fix CHANGELOG.md * Update CHANGELOG.md * Progress (#141) * tqdm progress bar for downloads & bgzipping, spinner for indexing * improve mkdir_p and rm_rf functionality * log removed alt-regions (#140) * Fix 142 (#143) * replace tempfile.TemporaryDirectory with mkdtemp and rm_rf * updated DOI * Update CHANGELOG.md * update tests * add mamba to travis * update version & changelog * update release checklist * variable fixed * Fix ftp (#148) * implement ftp downloading * implemented ftp link checking * added ftp fallback for NCBI * improved URL annotation searching * update version & changelog * catch ftp.nlst file not found error * update release checklist Co-authored-by: Simon van Heeringen <[email protected]>
- Loading branch information
Showing
15 changed files
with
257 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Metadata""" | ||
__version__ = "0.9.2" | ||
__version__ = "0.9.3" | ||
__author__ = "Simon van Heeringen" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
# def list_plugins(): | ||
# path = os.path.dirname(__file__) | ||
# for x in os.listdir(path): | ||
# if x != "__init__.py" and x.endswith(".py"): | ||
# print(x) | ||
# module = __import__(x) | ||
# print(help(module)) | ||
# | ||
# | ||
# list_plugins() | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.