Description
Build a transcriptomics reference into one of many formats.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
star_genome_sa_index_nbases: [ 14 ]
bdrhap_mitochondrial_contigs: [ "chrM", "chrMT", "M", "MT" ]
target: [ "star" ]
output_fasta: "$id.$key.output_fasta.gz"
output_gtf: "$id.$key.output_gtf.gz"
output_cellranger: "$id.$key.output_cellranger.gz"
output_cellranger_arc: "$id.$key.output_cellranger_arc.gz"
output_bd_rhapsody: "$id.$key.output_bd_rhapsody.gz"
output_star: "$id.$key.output_star.gz"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.2.0 \
-main-script target/nextflow/workflows/ingestion/make_reference/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--genome_fasta | file required |
--transcriptome_gtf | file required |
--ercc | file |
Name | Type & Properties |
|---|---|
--star_genome_sa_index_nbases | integer |
Name | Type & Properties |
|---|---|
--bdrhap_mitochondrial_contigs | string multiple |
--bdrhap_filtering_off | boolean_true |
--bdrhap_wta_only_index | boolean_true |
--bdrhap_extra_star_params | string |
Name | Type & Properties |
|---|---|
--motifs_file | file |
--non_nuclear_contigs | string multiple |
Name | Type & Properties |
|---|---|
--target | string multiple |
--output_fasta | file output |
--output_gtf | file output |
--output_cellranger | file output |
--output_cellranger_arc | file output |
--output_bd_rhapsody | file output |
--output_star | file output |
Name | Type & Properties |
|---|---|
--subset_regex | string |