Skip to content

Commit

Permalink
upload test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Nov 4, 2023
1 parent 6139bd5 commit d8fb67d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions test.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
params {
outdir = "result_test_new"
// input for hashing-based deconvolution
hto_matrix_raw = "$projectDir/test_data/hto"
hto_matrix_filtered = "$projectDir/test_data/hto"
rna_matrix_raw = "$projectDir/test_data/rna"
rna_matrix_filtered = "$projectDir/test_data/rna"

souporcell = "False"

// input for genotype-based deconvolution
bam = "$projectDir/test_data/jurkat_293t_downsampled_n500_full_bam.bam"
bai = "$projectDir/test_data/jurkat_293t_downsampled_n500_full_bam.bam.bai"
barcodes = "$projectDir/test_data/barcodes.tsv"
fasta = "$projectDir/test_data/refdata-cellranger-hg19-3.0.0/fasta/genome.fa"
fasta_index = "$projectDir/test_data/refdata-cellranger-hg19-3.0.0/fasta/genome.fa.fai"
nsample = 2
common_variants_scSplit = "$projectDir/test_data/common_variants_hg19_list.vcf"
common_variants_souporcell = "$projectDir/test_data/common_variants_hg19.vcf"
common_variants_freemuxlet = "$projectDir/test_data/jurkat_293t_exons_only.vcf.withAF.vcf.gz"
common_variants_cellsnp = "$projectDir/test_data/genome1K.phase3.SNP_AF5e2.chr1toX.hg19.vcf.gz"
vcf_donor = "$projectDir/test_data/jurkat_293t_exons_only.vcf.withAF.vcf"

// Call freebayes on chr 1 and chr 2 only to speed up run time
region = "1;2"

// donor genotype file provided by popscle doesnt work on souporcell
use_known_genotype = "False"

}

0 comments on commit d8fb67d

Please sign in to comment.