Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Downie committed Jan 10, 2025
1 parent bab4d0e commit 747326a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,13 @@
},
"hmm_gtdb_pfam": {
"type": "string",
"description": "Path to the GTDB r207 Pfam HMM database."
"description": "Path to the GTDB r207 Pfam HMM database.",
"default": "/lustre/scratch123/tol/teams/tola/users/jd42/longreadmag_testing/longreadmag/assets/gtdbtk_rel207_Pfam-A.hmm"
},
"hmm_gtdb_tigrfam": {
"type": "string",
"description": "Path to the GTDB r207 TigrFam HMM database."
"description": "Path to the GTDB r207 TigrFam HMM database.",
"default": "/lustre/scratch123/tol/teams/tola/users/jd42/longreadmag_testing/longreadmag/assets/gtdbtk_rel207_tigrfam.hmm"
}
}
},
Expand Down

0 comments on commit 747326a

Please sign in to comment.