Skip to content

Commit

Permalink
added strand parameter (exitrons)
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Aug 31, 2024
1 parent 3701a2f commit 17a8c90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
directory: '.tests'
snakefile: 'workflow/Snakefile'
args: '--lint --configfile config/config.yaml'
args: '--lint --configfile .tests/integration/config_basic/config.yaml'


#run-workflow:
Expand Down
1 change: 1 addition & 0 deletions .tests/integration/config_basic/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ exitronsplicing:
activate: true # whether (=true) or not (=false) to include exitron-splicing events
ao: 3 # allele observation
pso: 0.05 # percent spliced out
strand: 1 # strand specificity of library (0=unstranded, 1=forward, 2=reverse)

# gene fusion
genefusion:
Expand Down
1 change: 1 addition & 0 deletions .tests/integration/custom-test/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ exitronsplicing:
activate: false # whether (=true) or not (=false) to include exitron-splicing events
ao: 3 # allele observation
pso: 0.05 # percent spliced out
strand: 1 # strand specificity of library (0=unstranded, 1=forward, 2=reverse)

# gene fusion
genefusion:
Expand Down
1 change: 1 addition & 0 deletions .tests/integration/indel-test/config/config_SE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ exitronsplicing:
activate: false # whether (=true) or not (=false) to include exitron-splicing events
ao: 3 # allele observation
pso: 0.05 # percent spliced out
strand: 1 # strand specificity of library (0=unstranded, 1=forward, 2=reverse)

# gene fusion
genefusion:
Expand Down

0 comments on commit 17a8c90

Please sign in to comment.