Skip to content

Commit

Permalink
Corrected error in nextflow_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
feserm committed Jan 8, 2024
1 parent 8167f23 commit a457c05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,24 @@ process extractPhenotypes{
"""
}

// process extractCovariates{
// container 'quay.io/biocontainers/pandas:1.5.2'

// input:
// path(miappeFile)
// val(variable)
// path(sampleFile)
// output:
// path("${variable}.tsv")

// script:
// """
// #!/usr/bin/env python3
// import pandas as pd

// """
// }

process combineFamWithPhenotypes{
container 'quay.io/biocontainers/plink:1.90b6.21--hec16e2b_4'

Expand Down
1 change: 1 addition & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"miappe": {
"type": "string",
"format": "directory-path",
"fa_icon": "fas fa-archive",
"description": "Path to directory containing the MIAPPE ISA Tab files."
},
Expand Down

0 comments on commit a457c05

Please sign in to comment.