Description
Calculate expression with RSEM.
Type
bash_script
License
GPL-3.0
Keywords
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/biobox.git \
-revision v0.3.1 \
-main-script target/nextflow/rsem/rsem_calculate_expression/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string |
--strandedness | string |
--paired | boolean_true |
--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 |
--sort_bam_by_read_name | boolean_true |
--no_bam_output | boolean_true |
--sampling_for_bam | boolean_true |
--output_genome_bam | boolean_true |
--sort_bam_by_coordinate | boolean_true |
Name | Type & Properties |
|---|---|
--no_qualities | boolean_true |
--alignments | boolean_true |
--fai | file |
--bowtie2 | boolean_true |
--star | boolean_true |
--hisat2_hca | boolean_true |
--append_names | boolean_true |
--seed | integer |
--single_cell_prior | boolean_true |
--calc_pme | boolean_true |
--calc_ci | boolean_true |
--quiet -q | boolean_true |
Name | Type & Properties |
|---|---|
--seed_length | integer |
--phred64_quals | boolean_true |
--solexa_quals | boolean_true |
--bowtie_n | integer |
--bowtie_e | integer |
--bowtie_m | integer |
--bowtie_chunkmbs | integer |
--bowtie2_mismatch_rate | double |
--bowtie2_k | integer |
--bowtie2_sensitivity_level | string |
--star_gzipped_read_file | boolean_true |
--star_bzipped_read_file | boolean_true |
--star_output_genome_bam | boolean_true |
Name | Type & Properties |
|---|---|
--tag | string |
--fragment_length_min | integer |
--fragment_length_max | integer |
--fragment_length_mean | integer |
--gragment_length_sd | double |
--estimate_rspd | boolean_true |
--num_rspd_bins | integer |
--gibbs_burnin | integer |
--gibbs_number_of_samples | integer |
--gibbs_sampling_gap | integer |
--ci_credibility_level | double |
--ci_number_of_samples_per_count_vector | integer |
--keep_intermediate_files | boolean_true |
--temporary_folder | string |
--time | boolean_true |
Name | Type & Properties |
|---|---|
--run_pRSEM | boolean_true |
--chipseq_peak_file | file |
--chipseq_target_read_files | file |
--chipseq_control_read_files | file |
--chipseq_read_files_multi_targets | file |
--chipseq_bed_files_multi_targets | file |
--cap_stacked_chipseq_reads | boolean_true |
--n_max_stacked_chipseq_reads | integer |
--partition_model | string |