|
@@ -368,7 +368,7 @@ impl SlurmRunner for ClairS {
|
|
|
SlurmParams {
|
|
SlurmParams {
|
|
|
job_name: Some(format!("clairs_{}", self.id)),
|
|
job_name: Some(format!("clairs_{}", self.id)),
|
|
|
cpus_per_task: Some(self.config.clairs_threads as u32),
|
|
cpus_per_task: Some(self.config.clairs_threads as u32),
|
|
|
- mem: Some("80G".into()),
|
|
|
|
|
|
|
+ mem: Some("60G".into()),
|
|
|
partition: Some("shortq".into()),
|
|
partition: Some("shortq".into()),
|
|
|
gres: None,
|
|
gres: None,
|
|
|
}
|
|
}
|
|
@@ -381,7 +381,7 @@ impl SbatchRunner for ClairS {
|
|
|
SlurmParams {
|
|
SlurmParams {
|
|
|
job_name: Some(format!("clairs_{}", self.id)),
|
|
job_name: Some(format!("clairs_{}", self.id)),
|
|
|
cpus_per_task: Some(self.config.clairs_threads as u32),
|
|
cpus_per_task: Some(self.config.clairs_threads as u32),
|
|
|
- mem: Some("70G".into()),
|
|
|
|
|
|
|
+ mem: Some("60G".into()),
|
|
|
partition: Some("shortq".into()),
|
|
partition: Some("shortq".into()),
|
|
|
gres: None,
|
|
gres: None,
|
|
|
}
|
|
}
|