Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit dd39ff0

Browse files
Removed constraint added to fastqc. (#161)
Removed constraint added to fastqc to limit operation to older barnacle nodes.
1 parent 4d55b55 commit dd39ff0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sequence_processing_pipeline/FastQCJob.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ def _generate_job_script(self):
278278
lines.append(f"#SBATCH -n {self.nprocs}")
279279
lines.append("#SBATCH --time %d" % self.wall_time_limit)
280280
lines.append(f"#SBATCH --mem {self.jmem}")
281-
lines.append('#SBATCH --constraint="intel"')
282-
283281
lines.append("#SBATCH --array 1-%d%%%d" % (
284282
len(self.commands), self.pool_size))
285283

0 commit comments

Comments
 (0)