Skip to content

Commit

Permalink
fix test data loc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Nov 9, 2023
1 parent e5c5ae9 commit 6646ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ params {
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_chr1.fa"
fasta_index = "$projectDir/test_data/refdata-cellranger-hg19-3.0.0/fasta/genome_chr1.fa.fai"
fasta = "$projectDir/test_data/genome_chr1.fa"
fasta_index = "$projectDir/test_data/genome_chr1.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"
Expand Down

0 comments on commit 6646ab3

Please sign in to comment.