forked from PacificBiosciences/FALCON-integrate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get 0.4 release tag. see each individual module for what improvments …
…are done summary: The graph to layout code add a new rule to reduce mis-assembly, see PacificBiosciences/FALCON#179 Initial raw read alignment hit are sorted by overlap length to get error correction reads more efficiently. See https://github.com/PacificBiosciences/DALIGNER/pull/, PacificBiosciences/DALIGNER#6
- 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 |