fixed linting errors

This commit is contained in:
kevinmenden 2020-12-18 09:50:05 +01:00
parent 0eb20c14bf
commit 07f0a2476a
4 changed files with 36 additions and 36 deletions

View file

@ -1,3 +1,4 @@
/* /*
* ----------------------------------------------------- * -----------------------------------------------------
* Utility functions used in nf-core DSL2 module files * Utility functions used in nf-core DSL2 module files
@ -56,4 +57,4 @@ def saveFiles(Map args) {
return "${getPathFromList(path_list)}/$args.filename" return "${getPathFromList(path_list)}/$args.filename"
} }
} }
} }

View file

@ -1,3 +1,4 @@
/* /*
* ----------------------------------------------------- * -----------------------------------------------------
* Utility functions used in nf-core DSL2 module files * Utility functions used in nf-core DSL2 module files
@ -56,4 +57,4 @@ def saveFiles(Map args) {
return "${getPathFromList(path_list)}/$args.filename" return "${getPathFromList(path_list)}/$args.filename"
} }
} }
} }

View file

@ -7,45 +7,45 @@ keywords:
- reference - reference
tools: tools:
- bowtie: - bowtie:
description: | description: |
bowtie is a software package for mapping DNA sequences against bowtie is a software package for mapping DNA sequences against
a large reference genome, such as the human genome. a large reference genome, such as the human genome.
homepage: http://bowtie-bio.sourceforge.net/index.shtml homepage: http://bowtie-bio.sourceforge.net/index.shtml
documentation: http://bowtie-bio.sourceforge.net/manual.shtml documentation: http://bowtie-bio.sourceforge.net/manual.shtml
arxiv: arXiv:1303.3997 arxiv: arXiv:1303.3997
params: params:
- outdir: - outdir:
type: string type: string
description: | description: |
The pipeline's output directory. By default, the module will The pipeline's output directory. By default, the module will
output files into `$params.outdir/<SOFTWARE>` output files into `$params.outdir/<SOFTWARE>`
- publish_dir_mode: - publish_dir_mode:
type: string type: string
description: | description: |
Value for the Nextflow `publishDir` mode parameter. Value for the Nextflow `publishDir` mode parameter.
Available: symlink, rellink, link, copy, copyNoFollow, move. Available: symlink, rellink, link, copy, copyNoFollow, move.
- enable_conda: - enable_conda:
type: boolean type: boolean
description: | description: |
Run the module with Conda using the software specified Run the module with Conda using the software specified
via the `conda` directive via the `conda` directive
- singularity_pull_docker_container: - singularity_pull_docker_container:
type: boolean type: boolean
description: | description: |
Instead of directly downloading Singularity images for use with Singularity, Instead of directly downloading Singularity images for use with Singularity,
force the workflow to pull and convert Docker containers instead. force the workflow to pull and convert Docker containers instead.
input: input:
- fasta: - fasta:
type: file type: file
description: Input genome fasta file description: Input genome fasta file
output: output:
- index: - index:
type: file type: file
description: Bowtie genome index files description: Bowtie genome index files
pattern: "*.ebwt" pattern: "*.ebwt"
- version: - version:
type: file type: file
description: File containing software version description: File containing software version
pattern: "*.{version.txt}" pattern: "*.{version.txt}"
authors: authors:
- "@kevinmenden" - "@kevinmenden"

View file

@ -17,7 +17,7 @@
- path: output/bowtie/bowtie/NC_010473.index.rev.2.ebwt - path: output/bowtie/bowtie/NC_010473.index.rev.2.ebwt
md5sum: f3c398bba5158f4039334a932d79c051 md5sum: f3c398bba5158f4039334a932d79c051
- name: Run bowtie index and align signle-end - name: Run bowtie index and align single-end
command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_single_end -c tests/config/nextflow.config
tags: tags:
- bowtie - bowtie
@ -40,8 +40,7 @@
- path: output/bowtie/test.bam - path: output/bowtie/test.bam
md5sum: 8179c68a819accbc9137dc881736106f md5sum: 8179c68a819accbc9137dc881736106f
- name: Run bowtie index and align paired-end
- name: Run bowtie index and align paired_end
command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config command: nextflow run ./tests/software/bowtie -profile docker -entry test_bowtie_alignment_paired_end -c tests/config/nextflow.config
tags: tags:
- bowtie - bowtie
@ -63,4 +62,3 @@
md5sum: a23e9a2a76e949aeb3693bcfae41a615 md5sum: a23e9a2a76e949aeb3693bcfae41a615
- path: output/bowtie/test.bam - path: output/bowtie/test.bam
md5sum: 9ce5aebf37128f4bb1d24e9548e22009 md5sum: 9ce5aebf37128f4bb1d24e9548e22009