diff options
author | Pjotr Prins | 2020-04-13 11:08:33 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-13 11:08:33 -0500 |
commit | 213789045304d5bf60e544781da24a03475c025d (patch) | |
tree | 7bc4dcb9b0c1836c025dc0cd76efbec2387daf83 | |
parent | a4fbc07307a28aa5316dbdd291f314f3827700a7 (diff) | |
download | bh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.tar.gz bh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.tar.lz bh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.zip |
Inject path to find module bh20sequploader
-rw-r--r-- | bh20sequploader/main.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bh20sequploader/main.py b/bh20sequploader/main.py index 9c2a94f..e0a6a9a 100644 --- a/bh20sequploader/main.py +++ b/bh20sequploader/main.py @@ -8,6 +8,8 @@ from pathlib import Path import urllib.request import socket import getpass +import sys +sys.path.insert(0,'.') from bh20sequploader.qc_metadata import qc_metadata from bh20sequploader.qc_fasta import qc_fasta |