Skip to content

Commit

Permalink
Merge pull request #54 from vyepez88/code_cleaning
Browse files Browse the repository at this point in the history
Code cleaning
  • Loading branch information
vyepez88 committed May 28, 2020
2 parents 2c81606 + be53577 commit 5453a69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ before_script:
- cd $PROJECT_DIR
- drop demo

script: true
# - cd $PROJECT_DIR
# - snakemake -n
# - snakemake aberrantExpression --cores 2
script:
- cd $PROJECT_DIR
- snakemake -n
- snakemake aberrantExpression --cores 2
# - snakemake aberrantSplicing --cores 2
# - snakemake mae --cores 2
# - snakemake --cores 2
- snakemake mae --cores 2
- snakemake --cores 2
2 changes: 1 addition & 1 deletion drop/modules/aberrant-expression-pipeline
2 changes: 1 addition & 1 deletion drop/template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aberrantSplicing:
keepNonStandardChrs: true
filter: true
minExpressionInOneSample: 20
minDeltaPsi: 0
minDeltaPsi: 0.05
implementation: PCA
padjCutoff: 0.05
zScoreCutoff: 0
Expand Down

0 comments on commit 5453a69

Please sign in to comment.