Skip to content

Commit

Permalink
tiny changes irrelevant
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Dec 22, 2024
1 parent 0802ee6 commit 18d3dc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ profiles {
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"

// Load nf-core/fastqrepair custom profiles from different institutions.
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
// Enabled below a pipeline-specific nf-core config at https://github.com/nf-core/configs
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/fastqrepair.config" : "/dev/null"

// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
Expand Down
8 changes: 4 additions & 4 deletions workflows/fastqrepair.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ workflow FASTQREPAIR {
ch_decoupled.view()

// Recover fastq.gz and skip *.fastq or *.fq
// GZRT (
// ch_decoupled
// )
// GZRT.out.fastqrecovered.view()
GZRT (
ch_decoupled
)
GZRT.out.fastqrecovered.view()

// // Make fastq compliant and wipe bad characters
// SCATTER_WIPE_GATHER (
Expand Down

0 comments on commit 18d3dc8

Please sign in to comment.