Description
Transcript assembly and quantification for RNA-Seq
Type
bash_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
transcript_gtf: "$id.$key.transcript_gtf"
coverage_gtf: "$id.$key.coverage_gtf"
abundance: "$id.$key.abundance"
ballgown: "$id.$key.ballgown"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.1.1 \
-main-script target/nextflow/stringtie/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--strandedness | string |
--bam | file |
--annotation_gtf | file |
--extra_stringtie_args | string |
--stringtie_ignore_gtf | boolean |
Name | Type & Properties |
|---|---|
--transcript_gtf | file output |
--coverage_gtf | file output |
--abundance | file output |
--ballgown | file output |