Skip to content

Commit

Permalink
Merge pull request #6 from ICGC-TCGA-PanCancer/[email protected]
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
junjun-zhang authored Feb 9, 2021
2 parents 10660d7 + fa36d95 commit 2f3b7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fastqc-wf/fastqc-wf.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env nextflow

nextflow.enable.dsl = 2
version = '0.2.0' // package version
version = '0.2.5'

// universal params go here, change default value as needed
params.container_version = ""
Expand All @@ -12,6 +12,7 @@ params.publish_dir = "" // set to empty string will disable publishDir
// tool specific parmas go here, add / change as needed
params.input_file = ""
params.output_pattern = "*.html" // fastqc output html report
params.new_param = ""

include { fastqc } from "./wfpr_modules/github.com/icgc-tcga-pancancer/awesome-wfpkgs1/[email protected]/fastqc"
include { cleanupWorkdir } from "./wfpr_modules/github.com/icgc-argo/demo-wfpkgs/[email protected]/main"
Expand Down
2 changes: 1 addition & 1 deletion fastqc-wf/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastqc-wf",
"version": "0.2.0",
"version": "0.2.5",
"description": "FastQC workflow",
"main": "fastqc-wf",
"scripts": {
Expand Down

0 comments on commit 2f3b7df

Please sign in to comment.