genetic_demux/cellsnp

Description

cellSNP aims to pileup the expressed alleles in single-cell or bulk RNA-seq data. It can be directly used for donor deconvolution in multiplexed single-cell RNA-seq data, particularly with vireo.

Type

bash_script

License

MIT

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
cell_tag: [ "CB" ]  
umi_tag: [ "Auto" ]  
min_count: [ 20 ]  
min_maf: [ 0 ]  
min_mapq: [ 20 ]  
min_len: [ 30 ]  
output: "$id.$key.output.cellsnp_out"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision v3.0.1 \  
  -main-script target/nextflow/genetic_demux/cellsnp/main.nf \  
  -params-file params.yaml  

Input

Name
Type & Properties
--sam_file
file
--sam_index_file
file
--sam_fileList
file
--regions_vcf
file
--targets_vcf
file
--barcode_file
file
--sample_list
file
--sample_ids
string
--genotype
boolean_true
--gzip
boolean_true
--print_skip_snps
boolean_true
--chrom
string
--cell_tag
string
--umi_tag
string
--min_count
integer
--min_maf
double
--doublet_gl
boolean_true
--incl_flag
string
--excl_flag
string
--count_orphan
boolean_true
--min_mapq
integer
--min_len
integer

Output

Name
Type & Properties
--output
--outDir
file
output

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.