Description
Make the output from umi-tools dedup or group compatible with RSEM
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.bam"
log: "$id.$key.log"
error: "$id.$key.error"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/umi_tools/umi_tools_prepareforrsem/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -I --stdin | file required |
Name | Type & Properties |
|---|---|
--output -S --stdout | file output |
--log -L | file output |
--error -E | file output |
--log2stderr | boolean_true |
--temp_dir | string |
--compresslevel | integer |
Name | Type & Properties |
|---|---|
--tags | string |
--sam | boolean_true |
--timeit | string |
--timeit_name | string |
--timeit_header | boolean_true |
--verbose -v | integer |
--random_seed | integer |