Description
No description provided.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_r1: "$id.$key.output_r1"
output_r2: "$id.$key.output_r2"
pool: "$id.$key.pool"
well_id: "$id.$key.well_id"
barcode: "$id.$key.barcode"
n_wells: .nan
well_star_mapping: "$id.$key.well_star_mapping"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.14.7 \
-main-script target/nextflow/workflows/well_metadata/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_r1 | file required multiple |
--input_r2 | file required multiple |
--star_mapping | file required multiple |
--barcodesFasta | file required |
Name | Type & Properties |
|---|---|
--output_r1 | file required output |
--output_r2 | file required output |
--pool | string output |
--well_id | string output |
--barcode | string output |
--n_wells | integer output |
--well_star_mapping | file output |