Skip to content

Commit

Permalink
Merge branch 'schema' into dev
Browse files Browse the repository at this point in the history
Conflicts:
	modules/local/jabba/main.nf
	nextflow.config
  • Loading branch information
tanubrata committed Nov 7, 2023
2 parents a22749d + 3bdb964 commit 15aba2e
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 199 deletions.
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ params.build_dryclean = WorkflowMain.getGenomeAttribute(params, 'build_dr
params.hapmap_sites = WorkflowMain.getGenomeAttribute(params, 'hapmap_sites')
params.pon_dryclean = WorkflowMain.getGenomeAttribute(params, 'pon_dryclean')
params.blacklist_coverage_jabba = WorkflowMain.getGenomeAttribute(params, 'blacklist_coverage_jabba')
//params.blacklist_junctions_jabba = WorkflowMain.getGenomeAttribute(params, 'blacklist_junctions_jabba')

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ params {
slack_jabba = 100
linear_jabba = "TRUE"
tilim_jabba = 7200
epgap_jabba = 1e-8
epgap_jabba = 0.00000001
fix_thres_jabba = -1
lp_jabba = "TRUE"
ism_jabba = "TRUE"
Expand Down
Loading

0 comments on commit 15aba2e

Please sign in to comment.