Description
Quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences using high-throughput sequencing reads.
Type
bash_script
License
BSD 2-Clause License
Keywords
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output_dir: "$id.$key.output_dir"
log: "$id.$key.log"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.2 \
-main-script target/nextflow/kallisto/kallisto_quant/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
--index -i | file required |
Name | Type & Properties |
|---|---|
--output_dir -o | file required output |
--log | file output |
Name | Type & Properties |
|---|---|
--single | boolean_true |
--single_overhang | boolean_true |
--fr_stranded | boolean_true |
--rf_stranded | boolean_true |
--fragment_length -l | double |
--sd -s | double |
--plaintext | boolean_true |
--bootstrap_samples -b | integer |
--seed | integer |