aboutsummaryrefslogtreecommitdiff
path: root/bh20sequploader
diff options
context:
space:
mode:
authorPjotr Prins2020-04-13 11:08:33 -0500
committerPjotr Prins2020-04-13 11:08:33 -0500
commit213789045304d5bf60e544781da24a03475c025d (patch)
tree7bc4dcb9b0c1836c025dc0cd76efbec2387daf83 /bh20sequploader
parenta4fbc07307a28aa5316dbdd291f314f3827700a7 (diff)
downloadbh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.tar.gz
bh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.tar.lz
bh20-seq-resource-213789045304d5bf60e544781da24a03475c025d.zip
Inject path to find module bh20sequploader
Diffstat (limited to 'bh20sequploader')
-rw-r--r--bh20sequploader/main.py2
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