Description
Calculate expression with RSEM.
Type
bash_script
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
counts_gene: "$id.$key.counts_gene.results"
counts_transcripts: "$id.$key.counts_transcripts.results"
stat: "$id.$key.stat.stat"
logs: "$id.$key.logs.log"
bam_star: "$id.$key.bam_star.bam"
bam_genome: "$id.$key.bam_genome.bam"
bam_transcript: "$id.$key.bam_transcript.bam"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/rnaseq.git \
-revision v0.1.1 \
-main-script target/nextflow/rsem/rsem_calculate_expression/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string |
--strandedness | string |
--paired | boolean |
--input | file multiple |
--index | file |
--extra_args | string |
Name | Type & Properties |
|---|---|
--counts_gene | file output |
--counts_transcripts | file output |
--stat | file output |
--logs | file output |
--bam_star | file output |
--bam_genome | file output |
--bam_transcript | file output |