Skip to content

Commit 41dfbf5

Browse files
Removing .DS_Store
1 parent f195631 commit 41dfbf5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

qp_klp/SequencingTech.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,18 +121,18 @@ def convert_raw_to_fastq(self):
121121
def generate_norm_counts(self):
122122
config = self.pipeline.get_software_configuration('tell-seq')
123123

124-
job = TRNormCountsJob(self.pipeline.run_dir,
125-
self.pipeline.output_path,
126-
self.pipeline.input_file_path,
127-
config['queue'],
128-
config['nodes'],
129-
config['wallclock_time_in_minutes'],
130-
config['normcount_mem_limit'],
131-
config['modules_to_load'],
132-
self.master_qiita_job_id,
133-
'foo',
134-
config['integrate_script_path'],
135-
self.qiita_job_id)
124+
job = SeqCountsJob(self.pipeline.run_dir,
125+
self.pipeline.output_path,
126+
self.pipeline.input_file_path,
127+
config['queue'],
128+
config['nodes'],
129+
config['wallclock_time_in_minutes'],
130+
config['normcount_mem_limit'],
131+
config['modules_to_load'],
132+
self.master_qiita_job_id,
133+
'',
134+
config['integrate_script_path'],
135+
self.qiita_job_id)
136136

137137
job.run(callback=self.status_update_callback)
138138

-6 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)