Skip to content

Commit

Permalink
more autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Nov 30, 2023
1 parent 74ceada commit aa673cb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion scripts/aggregateqc_to_running_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from genologics.lims import Lims
from write_notes_to_couchdb import write_note_to_couch


QC_criteria_json = (
"/opt/gls/clarity/users/glsai/repos/scilifelab_epps/data/QC_criteria.json"
)
Expand Down
1 change: 0 additions & 1 deletion scripts/frag_an_driver_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from genologics.entities import Process
from genologics.lims import Lims


DESC = """EPP used to create csv files to drive the fragment analyzer"""


Expand Down
1 change: 0 additions & 1 deletion scripts/index_distance_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import re
import sys


try:
from io import StringIO
except ImportError:
Expand Down
2 changes: 0 additions & 2 deletions scripts/manage_demux_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
import re
import sys
from argparse import ArgumentParser

# Standard packages
from shutil import move

import flowcell_parser.classes as classes
from genologics.config import BASEURI, PASSWORD, USERNAME
from genologics.entities import Process

# Fetched from SciLife repos
from genologics.lims import Lims
from manage_demux_stats_thresholds import Thresholds
Expand Down
1 change: 0 additions & 1 deletion scripts/tecan_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from genologics.entities import *
from genologics.lims import Lims


DESC = """EPP used to parse csv files from the Tecan plate reader
Author: Chuan Wang, Science for Life Laboratory, Stockholm, Sweden
"""
Expand Down

0 comments on commit aa673cb

Please sign in to comment.