Skip to content

Commit

Permalink
Merge pull request #37 from vyepez88/code_cleaning
Browse files Browse the repository at this point in the history
Code cleaning
  • Loading branch information
vyepez88 committed May 4, 2020
2 parents 27c2b45 + 65aa233 commit d882cb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ addons:
install:
- cd $DROP_DIR
- R -e "if ('FRASER' %in% rownames(installed.packages())) remove.packages('FRASER')"
- R -e "install.packages('BiocManager'); BiocManager::install('remotes'); BiocManager::install('gagneurlab/FRASER')"
- R -e "install.packages('BiocManager'); BiocManager::install('remotes'); BiocManager::install('c-mertes/FRASER')"
# - R -e "if ('tMAE' %in% rownames(installed.packages())) remove.packages('tMAE')"
- Rscript travis/installRPackages.R drop/requirementsR.txt
- bash travis/install_bcftools.sh
Expand Down
2 changes: 1 addition & 1 deletion drop/requirementsR.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package bioconductor
OUTRIDER TRUE
gagneurlab/FRASER TRUE
c-mertes/FRASER TRUE
mumichae/tMAE TRUE
VariantAnnotation TRUE
rmarkdown FALSE
Expand Down

0 comments on commit d882cb7

Please sign in to comment.