Skip to content

Commit

Permalink
Remove unused ref params from test_stub profile
Browse files Browse the repository at this point in the history
  • Loading branch information
scwatts committed May 15, 2024
1 parent 7ed732c commit 1344a9e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions conf/test_stub.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ params {
fasta = "temp/GRCh38.fasta"
fai = "temp/GRCh38.fai"
dict = "temp/GRCh38.dict"
bwa_index = "temp/GRCh38_bwa/"
bwa_index_image = "temp/GRCh38.img"
bwa_index_bseq = "temp/GRCh38.fasta.0123"
bwa_index_biidx = "temp/GRCh38.fasta.bwt.2bit.64"
gridss_index = "temp/GRCh38.gridsscache"
bwa_index = "temp/GRCh38_bwa-mem2_index/"
gridss_index = "temp/GRCh38_gridss_index/"
star_index = "temp/GRCh38_star_index/"
}

Expand Down

0 comments on commit 1344a9e

Please sign in to comment.