Skip to content

Commit

Permalink
import and from
Browse files Browse the repository at this point in the history
HussainAther committed Apr 16, 2023
1 parent 4c4407b commit 4880bc6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions biotech/drawmarkersmongodb.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
import os
import re

from pymongo import MongoClient
from Bio.Graphics import BasicChromosome
from reportlab.lib import colors

CONNECTION_STRING = os.getenv('MONGODB_CS', 'localhost:27017')

0 comments on commit 4880bc6

Please sign in to comment.