Skip to content

Commit 1369ad4

Browse files
author
NavandarM
committed
SAMBA structure update for output and workflow params updates
1 parent 6b9f01b commit 1369ad4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

BRB/PushButton.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def copyCellRanger(config, d):
106106
# /data/xxx/yyyy_lanes_1/Analysis_2526_zzzz/RNA-Seqsinglecell_mouse ->
107107
# yyyy_lanes_1
108108
lane_dir = Path(d).parents[1].stem
109-
print(lane_dir)
110109
sequencing_type=lane_dir.split("_")[1]
111110
if sequencing_type.startswith("AV"):
112111
current_year = str(lane_dir)[0:4]
@@ -150,7 +149,6 @@ def copyRELACS(config, d):
150149
# /data/xxx/yyyy_lanes_1/Analysis_2526_zzzz/ChIP-Seq_mouse/RELACS_demultiplexing ->
151150
# Sequence_Quality_yyyy/Illumina_yyyy/yyyy_lanes_1
152151
lane_dir = Path(d).parents[1].stem
153-
print(lane_dir)
154152
sequencing_type=lane_dir.split("_")[1]
155153
if sequencing_type.startswith("AV"):
156154
current_year = str(lane_dir)[0:4]
@@ -266,7 +264,6 @@ def RELACS(config, group, project, organism, libraryType, tuples):
266264

267265
if not os.path.exists(sampleSheet) and not os.path.exists(os.path.join(outputDir, "RELACS_sampleSheet.txt")):
268266
log.critical("RELACS: wrong samplesheet name: {}".format(sampleSheet))
269-
print("wrong samplesheet name!", sampleSheet)
270267
return None, 1, False
271268

272269

@@ -636,7 +633,6 @@ def GetResults(config, project, libraries):
636633
)
637634
log.info(f"Processing {dataPath}")
638635
except:
639-
print("external data")
640636
ignore = True
641637
validLibraryTypes = {v: i for i, v in enumerate(config.get('Options', 'validLibraryTypes').split(','))}
642638
pipelines = config.get('Options', 'pipelines').split(',')
@@ -645,7 +641,6 @@ def GetResults(config, project, libraries):
645641
skipList = []
646642
external_skipList = []
647643
org_dict = {}
648-
print(libraries)
649644
for library, v in libraries.items():
650645
sampleName, libraryType, libraryProtocol, organism, indexType, requestDepth = v
651646
org_name, org_label, org_yaml = organism

0 commit comments

Comments
 (0)