Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Nov 6, 2024
1 parent bc50313 commit 8620d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environment.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export THREADS=32
## LONGREAD AND SHORTREAD READ SIMULATION SETTINGS
export N_TRANSCRIPTS='("canoncical")' #('1' '2' '4' '8' '16')
export REPLICATES='1' #10
export COVERAGE='(3 10 30 50 100)' #(3 5 10 30 50 100)
export COVERAGE='(3 5 10)' #(3 5 10 30 50 100)
export QUALITY='("95,100,4")' #('75,90,8' '87,97,5' '95,100,4')
export TECH='("pacbio2021" "nanopore2023")'
export READ_LENGTHS='(150)'
Expand Down

0 comments on commit 8620d16

Please sign in to comment.