Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #142 from PacificBiosciences/develop
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Christopher Dunn authored May 17, 2017
2 parents de85900 + f9acaf9 commit b22b63d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,30 +1,40 @@
[submodule "pypeFLOW"]
path = pypeFLOW
url = ../pypeFLOW.git
branch = develop
[submodule "DALIGNER"]
path = DALIGNER
url = ../DALIGNER.git
branch = develop
[submodule "DAMASKER"]
path = DAMASKER
url = ../DAMASKER
branch = develop
[submodule "DAZZ_DB"]
path = DAZZ_DB
url = ../DAZZ_DB.git
branch = develop
[submodule "DEXTRACTOR"]
path = DEXTRACTOR
url = ../DEXTRACTOR
branch = develop
[submodule "FALCON"]
path = FALCON
url = ../FALCON.git
branch = develop
[submodule "FALCON_unzip"]
path = FALCON_unzip
url = git://github.com/PacificBiosciences/FALCON_unzip
branch = master
[submodule "FALCON-make"]
path = FALCON-make
url = git://github.com/pb-cdunn/FALCON-make.git
branch = master
[submodule "FALCON-examples"]
path = FALCON-examples
url = git://github.com/pb-cdunn/FALCON-examples.git
branch = master
[submodule "git-sym"]
path = git-sym
url = git://github.com/cdunn2001/git-sym.git
branch = master
2 changes: 1 addition & 1 deletion DAZZ_DB
Submodule DAZZ_DB updated 1 files
+23 −0 bamboo_build.sh
2 changes: 1 addition & 1 deletion FALCON-make
Submodule FALCON-make updated 1 files
+1 −2 makefile
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ install:
test:
${MAKE} -C ./FALCON-make/ $@

update: # for creating new releases
git submodule update --remote
git add .
log-compares # my own tool

.PHONY: init test

0 comments on commit b22b63d

Please sign in to comment.