Skip to content

Commit

Permalink
Change decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince-janv committed Oct 10, 2024
1 parent 560003d commit 7f17de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/apps/crunchy/crunchy.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def spring_to_fastq(self, compression_obj: CompressionData, sample_id: str = "")
log_dir=log_dir.as_posix(),
memory=self.slurm_memory,
number_tasks=self.slurm_number_tasks,
quality_of_service=SlurmQos.LOW,
quality_of_service=SlurmQos.HIGH,
)
sbatch_content: str = self.slurm_api.generate_sbatch_content(sbatch_parameters)
sbatch_path = files.get_spring_to_fastq_sbatch_path(
Expand Down

0 comments on commit 7f17de8

Please sign in to comment.