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.13.0 \
-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 output |
--r2_output | file output |
--lane | string output |
--sample | string output |
--sample_id | string output |