Skip to content

Commit

Permalink
Fix nf-core linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Oct 9, 2024
1 parent 9d9a977 commit ca86bd8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ template:
name: proteinfold
org: nf-core
outdir: .
skip_features: null
version: 1.1.1
skip_features:
- fastqc
- igenomes
version: 1.2.0dev
update: null
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ manifest {
homePage = 'https://github.com/nf-core/proteinfold'
description = """Protein 3D structure prediction pipeline"""
mainScript = 'main.nf'
nextflowVersion = '!>=24.04.2'
version = '1.2.0dev'
doi = '10.5281/zenodo.7629996'
}
Expand Down
1 change: 0 additions & 1 deletion workflows/alphafold2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include { MULTIQC } from '../modules/nf-core/multiqc/main'
// SUBWORKFLOW: Consisting entirely of nf-core/modules
//
include { paramsSummaryMap } from 'plugin/nf-validation'
include { fromSamplesheet } from 'plugin/nf-validation'
include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_proteinfold_pipeline'
Expand Down
1 change: 0 additions & 1 deletion workflows/colabfold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ include { MULTIQC } from '../modules/nf-core/multiqc/main'
// SUBWORKFLOW: Consisting entirely of nf-core/modules
//
include { paramsSummaryMap } from 'plugin/nf-validation'
include { fromSamplesheet } from 'plugin/nf-validation'
include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_proteinfold_pipeline'
Expand Down
1 change: 0 additions & 1 deletion workflows/esmfold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ include { MULTIQC } from '../modules/nf-core/multiqc/main'
// SUBWORKFLOW: Consisting entirely of nf-core/modules
//
include { paramsSummaryMap } from 'plugin/nf-validation'
include { fromSamplesheet } from 'plugin/nf-validation'
include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { softwareVersionsToYAML } from '../subworkflows/nf-core/utils_nfcore_pipeline'
include { methodsDescriptionText } from '../subworkflows/local/utils_nfcore_proteinfold_pipeline'
Expand Down

0 comments on commit ca86bd8

Please sign in to comment.