workflows/ingestion/cellranger_mapping

Description

A pipeline for running Cell Ranger mapping.

Type

nextflow_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
id: "run"  
output_raw: "$id.$key.output_raw.output_dir"  
output_h5mu: "$id.$key.output_h5mu.h5mu"  
uns_metrics: [ "metrics_summary" ]  
output_type: [ "raw" ]  
chemistry: [ "auto" ]  
secondary_analysis: [ false ]  
generate_bam: [ true ]  
include_introns: [ true ]  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v4.2.0 \  
  -main-script target/nextflow/workflows/ingestion/cellranger_mapping/main.nf \  
  -params-file params.yaml  

Inputs

Name
Type & Properties
--id
string
required
--input
file
required
multiple
--reference
file
required

Outputs

Name
Type & Properties
--output_raw
file
required
output
--output_h5mu
file
required
output
--uns_metrics
string
--output_type
string

Cell Ranger arguments

Name
Type & Properties
--expect_cells
integer
--chemistry
string
--secondary_analysis
boolean
--generate_bam
boolean
--include_introns
boolean

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.