This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from pb-jchin/0.4-prep
get 0.4 release tag. see each individual module for what improvments …
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule DALIGNER
updated
4 files
+3 −0 | .gitignore | |
+2 −0 | GNUmakefile | |
+78 −12 | LA4Falcon.c | |
+5 −3 | filter.c |
Submodule DAZZ_DB
updated
1 files
+2 −1 | GNUmakefile |
Submodule FALCON
updated
16 files
+4 −1 | .gitignore | |
+0 −41 | examples/fc_run_CHM1_P6.cfg | |
+1 −1 | examples/fc_run_LG.cfg | |
+1 −1 | examples/fc_run_arab.cfg | |
+1 −1 | examples/fc_run_dmel.cfg | |
+1 −1 | examples/fc_run_ecoli.cfg | |
+1 −1 | examples/fc_run_ecoli_2.cfg | |
+9 −1 | setup.py | |
+8 −6 | src/py/mains/consensus.py | |
+22 −0 | src/py/mains/dedup_a_tigs.py | |
+24 −37 | src/py/mains/graph_to_contig.py | |
+34 −1 | src/py/mains/ovlp_to_graph.py | |
+141 −495 | src/py/mains/run.py | |
+31 −0 | src/py/mains/tasks.py | |
+419 −0 | src/py/run_support.py | |
+5 −0 | src/py_scripts/fc_dedup_a_tigs.py |