Description
scsplit is a genotype-free demultiplexing methode of pooled single-cell RNA-seq, using a hidden state model for identifying genetically distinct samples within a mixed population.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
tag: [ "CB" ]
sub: [ 10 ]
ems: [ 30 ]
output: "$id.$key.output.scSplit_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/scsplit/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--vcf | file |
--bam | file |
--bar | file |
--tag | string |
--com | file |
--num | integer |
--sub | integer |
--ems | integer |
--dbl | double |
--vcf_known | file |
--geno | boolean_true |
Name | Type & Properties |
|---|---|
--output -o | file output |
--ref | string |
--alt | string |
--psc | string |