Description
souporcell is a method for clustering mixed-genotype scRNAseq experiments by individual.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
ploidy: [ 2 ]
min_alt: [ 10 ]
min_ref: [ 10 ]
max_loci: [ 2048 ]
output: "$id.$key.output.souporcell_out"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.1 \
-main-script target/nextflow/genetic_demux/souporcell/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--fasta | file |
--bam | file |
--bam_index | file |
--barcodes | file |
--clusters | integer |
--ploidy | integer |
--min_alt | integer |
--min_ref | integer |
--max_loci | integer |
--restarts | integer |
--common_variants | file |
--known_genotypes | file |
--known_genotypes_sample_names | string |
--skip_remap | boolean_true |
--ignore | boolean_true |
Name | Type & Properties |
|---|---|
--output -o | file output |