Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
All files to nextflow.enable.dsl=2
Browse files Browse the repository at this point in the history
- Resolves #253
  • Loading branch information
cflerin committed Jan 15, 2021
1 parent 0f1ad1b commit 5041068
Show file tree
Hide file tree
Showing 153 changed files with 153 additions and 153 deletions.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import static groovy.json.JsonOutput.*

nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
INIT;
Expand Down
2 changes: 1 addition & 1 deletion main_atac.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import static groovy.json.JsonOutput.*

nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
INIT;
Expand Down
2 changes: 1 addition & 1 deletion src/archr/processes/cell_calling.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/archr/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/archr/processes/createArrow_unfiltered.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/archr/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bap/processes/barcode_multiplet.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bap/processes/biorad_debarcode.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bap/workflows/bap_debarcode.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Import sub-workflows from the modules:
Expand Down
2 changes: 1 addition & 1 deletion src/bwamaptools/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/bwamaptools/processes/add_barcode_as_tag.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bwamaptools/processes/index.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bwamaptools/processes/mapping.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/bwamaptools/processes/mapping_summary.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/bwamaptools/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/celda/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// Should be set in case this pipeline is run with other pipelines (e.g.: single_sample)

Expand Down
2 changes: 1 addition & 1 deletion src/celda/main.test.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
INIT;
Expand Down
2 changes: 1 addition & 1 deletion src/celda/processes/runDecontX.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/celda/processes/utils.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/celda/workflows/decontX.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

////////////////////////////////////////////////////////
// Import sub-workflows/processes from the utils module:
Expand Down
2 changes: 1 addition & 1 deletion src/cellranger-atac/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// include groupParams from '../../utils/utils.nf'

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger-atac/processes/count.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

toolParams = params.sc.cellranger_atac

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger-atac/processes/mkfastq.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

toolParams = params.sc.cellranger_atac

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Define the parameters for current testing proces
Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/processes/count.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
isParamNull;
Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/processes/mkfastq.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

toolParams = params.sc.cellranger

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/processes/utils.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

if(!params.containsKey("test")) {
binDir = "${workflow.projectDir}/src/cellranger/bin/"
Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/workflows/cellRangerCountWithLibraries.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/workflows/cellRangerCountWithMetadata.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/workflows/cellranger_libraries.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/cellranger/workflows/mkfastq.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Define the parameters for current testing proces
Expand Down
2 changes: 1 addition & 1 deletion src/channels/channels.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
getOutsChannel as getTenXCellRangerOutsChannel;
Expand Down
2 changes: 1 addition & 1 deletion src/channels/file.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
extractSample
Expand Down
2 changes: 1 addition & 1 deletion src/channels/singleend.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

def extractSample(path) {
pattern = /(.+)\/(.+)_R[1-2](.*)\.fastq(\.gz)?/
Expand Down
2 changes: 1 addition & 1 deletion src/channels/sra.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

workflow getChannel {

Expand Down
2 changes: 1 addition & 1 deletion src/channels/tenx.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

CELLRANGER_OUTS_REGEX = /(.+)\/(.+)\/outs/
CELLRANGER_H5_REGEX = /(.+)\/(.+)\/outs\/(.+)\.h5/
Expand Down
2 changes: 1 addition & 1 deletion src/directs/main.test.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
SC__DIRECTS__SELECT_DEFAULT_CLUSTERING
Expand Down
2 changes: 1 addition & 1 deletion src/directs/processes/selectDefaultClustering.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/directs/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/dropletutils/processes/barcode_selection.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROPLET_UTILS__BARCODE_SELECTION {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/bam_tag_histogram.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__BAM_TAG_HISTOGRAM {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/convert_to_ref_flat.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__CONVERT_TO_REFFLAT {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/detect_bead_synthesis_errors.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__DETECT_REPAIR_BARCODE_SYNTHESIS_ERRORS {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/digital_expression.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__DIGITAL_EXPRESSION {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/filter_bam.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__FILTER_UNALIGNED_TAGGED_BAM {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/gzip.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process GZIP {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/polya_trimmer.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__TRIM_POLYA_UNALIGNED_TAGGED_TRIMMED_SMART {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/tag_read_with_gene_exon.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__TAG_READ_WITH_GENE_EXON {

Expand Down
2 changes: 1 addition & 1 deletion src/dropseqtools/processes/trim_starting_sequence.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process SC__DROP_SEQ_TOOLS__TRIM_SMART_UNALIGNED_TAGGED_FILTERED_BAM {

Expand Down
2 changes: 1 addition & 1 deletion src/edirect/processes/sra_metadata.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process EDIRECT__SRAID_TO_SAMPLENAME {

Expand Down
2 changes: 1 addition & 1 deletion src/edirect/workflows/sra_fastq_urls.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

include {
EDIRECT__SRAID_TO_SAMPLENAME
Expand Down
2 changes: 1 addition & 1 deletion src/fastp/processes/clean_and_fastqc.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

/**
* Preprocess + FastQC
Expand Down
2 changes: 1 addition & 1 deletion src/flybaser/processes/convertNomenclature.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

if(!params.containsKey("test")) {
binDir = "${workflow.projectDir}/src/flybaser/bin/"
Expand Down
2 changes: 1 addition & 1 deletion src/harmony/processes/runHarmony.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/harmony/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/harmony/workflows/bec_harmony.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// process imports:
Expand Down
2 changes: 1 addition & 1 deletion src/harmony/workflows/harmony_only.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// process imports:
Expand Down
2 changes: 1 addition & 1 deletion src/pcacv/processes/runPCACV.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import java.nio.file.Paths

Expand Down
2 changes: 1 addition & 1 deletion src/picard/processes/create_sequence_dictionary.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process PICARD__CREATE_SEQUENCE_DICTIONARY {

Expand Down
2 changes: 1 addition & 1 deletion src/picard/processes/fastq_to_bam.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process PICARD__FASTQ_TO_BAM {

Expand Down
2 changes: 1 addition & 1 deletion src/picard/processes/merge_bam_alignment.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process PICARD__MERGE_BAM_ALIGNMENT {

Expand Down
2 changes: 1 addition & 1 deletion src/picard/processes/sam_to_fastq.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process PICARD__BAM_TO_FASTQ {

Expand Down
2 changes: 1 addition & 1 deletion src/picard/processes/sort_sam.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

process PICARD__SORT_SAM {

Expand Down
2 changes: 1 addition & 1 deletion src/popscle/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Import sub-workflows from the modules:
Expand Down
2 changes: 1 addition & 1 deletion src/popscle/processes/demuxlet.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/popscle/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/popscle/processes/dsc_pileup.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/popscle/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/popscle/workflows/demuxlet.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Import sub-workflows from the modules:
Expand Down
2 changes: 1 addition & 1 deletion src/popscle/workflows/dsc_pileup.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

//////////////////////////////////////////////////////
// Import sub-workflows from the modules:
Expand Down
2 changes: 1 addition & 1 deletion src/pycistopic/processes/macs2_call_peaks.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

// binDir = !params.containsKey("test") ? "${workflow.projectDir}/src/template/bin/" : ""

Expand Down
2 changes: 1 addition & 1 deletion src/scanpy/main.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nextflow.preview.dsl=2
nextflow.enable.dsl=2

import static groovy.json.JsonOutput.*

Expand Down
Loading

0 comments on commit 5041068

Please sign in to comment.