Description
List the contents of a directory and parse contained fastq files
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
r1_output: "$id.$key.r1_output._*"
r2_output: "$id.$key.r2_output._*"
lane: "$id.$key.lane._*"
sample: "$id.$key.sample"
sample_id: "$id.$key.sample_id"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.14.7 \
-main-script target/nextflow/utils/listInputDir/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--pools | string multiple |
--r1_output | file multiple output |
--r2_output | file multiple output |
--lane | string multiple output |
--sample | string output |
--sample_id | string output |