Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apetkau committed Jan 24, 2024
1 parent ce0a4ae commit c31034c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions conf/iridanext.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@ iridanext {
path = "${params.outdir}/iridanext.output.json.gz"
overwrite = true
validate = true
schema = "${projectDir}/assets/iridanext_output_schema.json"
files {
idkey = "id"
samples = ["**/sratools/reads/*.fastq.gz"]
}
metadata {
flatten = true
samples {
json {
path = "**/ffq/*.json"
}
}
}
}
}
2 changes: 1 addition & 1 deletion workflows/fetchdatairidanext.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def summary_params = paramsSummaryMap(workflow)
// Print parameter summary log to screen
log.info logo + paramsSummaryLog(workflow) + citation

WorkflowIridanextexample.initialise(params, log)
WorkflowFetchdatairidanext.initialise(params, log)

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c31034c

Please sign in to comment.