Skip to content

Commit

Permalink
add trait_efo support
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Jan 11, 2024
1 parent cb036a2 commit 212d1e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/slurm/job_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ pub struct TargetGenome {

#[derive(Debug, Deserialize, Serialize)]
pub struct NxfParamsFile {
pgs_id: String,
pgs_id: Option<String>,
trait_efo: Option<String>,
format: String,
target_build: String,
}
Expand Down

0 comments on commit 212d1e8

Please sign in to comment.