Skip to content

Commit

Permalink
Fix EClint errors (#5907)
Browse files Browse the repository at this point in the history
Fix EClint
  • Loading branch information
SPPearce authored Jul 2, 2024
1 parent ac8fb02 commit c60c14b
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion modules/nf-core/bamstats/generalstats/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ process BAMSTATS_GENERALSTATS {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/cat/cat/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ def getFileSuffix(filename) {
def match = filename =~ /^.*?((\.\w{1,5})?(\.\w{1,5}\.gz$))/
return match ? match[0][1] : filename.substring(filename.lastIndexOf('.'))
}

1 change: 0 additions & 1 deletion modules/nf-core/ensemblvep/filtervep/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ process ENSEMBLVEP_FILTERVEP {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/famsa/guidetree/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ process FAMSA_GUIDETREE {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/faqcs/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,3 @@ process FAQCS {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/fgbio/sortbam/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ process FGBIO_SORTBAM {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/fqtk/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ process FQTK {
fqtk: \$(echo \$(fqtk --version 2>&1) | cut -d " " -f2)
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/icountmini/sigxls/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ process ICOUNTMINI_SIGXLS {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/kaiju/kaiju2krona/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ process KAIJU_KAIJU2KRONA {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/leviosam2/lift/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ process LEVIOSAM2_LIFT {
END_VERSIONS
"""
}

2 changes: 0 additions & 2 deletions modules/nf-core/metaphlan/makedb/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@ process METAPHLAN_MAKEDB {
END_VERSIONS
"""
}


1 change: 0 additions & 1 deletion modules/nf-core/plink/ld/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,3 @@ process PLINK_LD {
END_VERSIONS
"""
}

1 change: 0 additions & 1 deletion modules/nf-core/sniffles/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ process SNIFFLES {
END_VERSIONS
"""
}

2 changes: 0 additions & 2 deletions modules/nf-core/tcoffee/seqreformat/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ process TCOFFEE_SEQREFORMAT {
END_VERSIONS
"""
}


1 change: 0 additions & 1 deletion subworkflows/nf-core/bam_cnv_wisecondorx/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ workflow BAM_CNV_WISECONDORX {

versions = ch_versions // channel: path(versions.yml)
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ workflow BAM_DOCOUNTS_CONTAMINATION_ANGSD {
txt = ANGSD_CONTAMINATION.out.txt // channel: [ val(meta), [ txt ] ]
versions = ch_versions // channel: [ path(versions.yml) ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/bam_ngscheckmate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ workflow BAM_NGSCHECKMATE {
versions = ch_versions // channel: [ versions.yml ]

}

1 change: 0 additions & 1 deletion subworkflows/nf-core/bam_split_by_region/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ workflow BAM_SPLIT_BY_REGION {
bam_bai = ch_output // channel: [ val(meta), path(bam), path(bai) ]
versions = ch_versions // channel: [ path(versions.yml) ]
}

Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ workflow BAM_VARIANT_CALLING_SORT_FREEBAYES_BCFTOOLS {

versions = ch_versions // channel: [ path(versions.yml) ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/bam_variant_demix_boot_freyja/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ workflow BAM_VARIANT_DEMIX_BOOT_FREYJA {
lineages_meta = ch_lineages_meta // channel: [ path(lineages_meta) ]
versions = ch_versions // channel: [ path(versions.yml) ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/bed_scatter_bedtools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ workflow BED_SCATTER_BEDTOOLS {

versions = ch_versions // channel: [ path(versions.yml) ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fasta_binning_concoct/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ workflow FASTA_BINNING_CONCOCT {

versions = ch_versions // channel: [ versions.yml ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fasta_build_add_kraken2/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ workflow FASTA_BUILD_ADD_KRAKEN2 {
db = KRAKEN2_BUILD.out.db // channel: [ val(meta), [ db ] ]
versions = ch_versions // channel: [ versions.yml ]
}

Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ workflow FASTA_BUILD_ADD_KRAKEN2_BRACKEN {
db = ch_final_db // channel: [ val(meta), [ db ] ]
versions = ch_versions // channel: [ versions.yml ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fasta_clean_fcs/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ workflow FASTA_CLEAN_FCS {
fcsgx_taxonomy_report = FCS_FCSGX.out.taxonomy_report // channel: [ val(meta), [ taxonomy_report ] ]
versions = ch_versions // channel: [ versions.yml ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fastq_align_bwaaln/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,3 @@ workflow FASTQ_ALIGN_BWAALN {

versions = ch_versions // channel: [ path(versions.yml) ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fastq_align_hisat2/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ workflow FASTQ_ALIGN_HISAT2 {

versions = ch_versions // channel: [ versions.yml ]
}

Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,3 @@ workflow FASTQ_CREATE_UMI_CONSENSUS_FGBIO {
mappedconsensusbam = SORTBAM.out.bam // channel: [ val(meta), [ bam ] ]
versions = ch_versions // channel: [ versions.yml ]
}

Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ workflow FASTQ_EXTRACT_KRAKEN_KRAKENTOOLS {
multiqc_files = KRAKEN2_KRAKEN2.out.report // channel: [ val(meta), path ]
versions = ch_versions // channel: [ versions.yml ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/fastq_ngscheckmate/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ workflow FASTQ_NGSCHECKMATE {
pdf = NGSCHECKMATE_VAFNCM.out.pdf // channel: [ meta, pdf ], optional
versions = ch_versions // channel: [ versions.yml ]
}

Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ workflow FASTQ_TAXONOMIC_PROFILE_METAPHLAN {

versions = ch_versions
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/mmseqs_contig_taxonomy/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ workflow MMSEQS_CONTIG_TAXONOMY {
db_contig = ch_taxonomy_querydb // channel: [ val(meta), db ]
versions = ch_versions // channel: [ versions.yml ]
}

2 changes: 0 additions & 2 deletions subworkflows/nf-core/preprocess_rnaseq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,3 @@ workflow PREPROCESS_RNASEQ {
multiqc_files = ch_multiqc_files.transpose().map{it[1]}
versions = ch_versions // channel: [ versions.yml ]
}


1 change: 0 additions & 1 deletion subworkflows/nf-core/vcf_gather_bcftools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ workflow VCF_GATHER_BCFTOOLS {

versions = ch_versions // channel: [ versions.yml ]
}

1 change: 0 additions & 1 deletion subworkflows/nf-core/vcf_phase_shapeit5/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,3 @@ workflow VCF_PHASE_SHAPEIT5 {
variants_index = VCF_INDEX2.out.csi // channel: [ val(meta), csi ]
versions = ch_versions // channel: [ versions.yml ]
}

0 comments on commit c60c14b

Please sign in to comment.