Update CAT_FASTQ module

dev
James Fellows Yates 1 year ago
parent 87fd5f72d0
commit 2e980f1d15

@ -37,7 +37,7 @@
},
"cat/fastq": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"git_sha": "b9829e1064382745d8dff7f1d74d2138d2864f71",
"installed_by": ["modules"]
},
"centrifuge/centrifuge": {

@ -5,7 +5,7 @@ process CAT_FASTQ {
conda "conda-forge::sed=4.7"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
'ubuntu:20.04' }"
'docker.io/ubuntu:20.04' }"
input:
tuple val(meta), path(reads, stageAs: "input*/*")

@ -1,6 +1,7 @@
name: cat_fastq
description: Concatenates fastq files
keywords:
- cat
- fastq
- concatenate
tools:
@ -16,7 +17,7 @@ input:
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- reads:
type: list
type: file
description: |
List of input FastQ files to be concatenated.
output:

Loading…
Cancel
Save