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

Releases: PacificBiosciences/FALCON-integrate

More bug-fixes

27 Nov 18:25
Compare
Choose a tag to compare
More bug-fixes Pre-release
Pre-release

Minor fixes, including DALIGNER/DAZZ_DB.

New pypeflow, new directories for some scripts

23 Nov 00:46
Compare
Choose a tag to compare

This should be compatible with 1.8.2, even on restart, but this will probably become 1.9.0 soon because we have removed a lot of old pypeflow code. This version should work with the latest FALCON-unzip too, which we will probably add as a sub-module in 1.9.0.

* https://github.com/PacificBiosciences/FALCON/compare/6c14768...e238ea1
* https://github.com/PacificBiosciences/pypeFLOW/compare/bdedaf2...e331fad
* https://github.com/pb-cdunn/FALCON-examples/compare/98d2119...12a5bc2
* https://github.com/pb-cdunn/FALCON-make/compare/4d2242a...02ed9de

bug-fix and ecoli data

11 Nov 18:49
Compare
Choose a tag to compare

Minor fixes of 1.8.0

10 Nov 20:31
Compare
Choose a tag to compare

Simpler workflow

03 Nov 18:13
Compare
Choose a tag to compare
Simpler workflow Pre-release
Pre-release
  • New refresh loop for simpler workflow.
    • pwatcher_type can now be fs_based (default), network_based, or blocking
    • state.py is no longer saved in mypwatcher dir (so deleting that directory is not needed anymore)
  • sge_option
    • All tasks are now run distributed, so we need a default sge_option for them.
  • DEXTRACTOR
    • This allows us to read .fasta compressed as .dexta, which is better compression and much faster than gzip.

Minor fixes and new process-watchers

26 Oct 19:41
Compare
Choose a tag to compare

Updates and minor fixes

Several minor improvements

29 Aug 06:59
Compare
Choose a tag to compare

Several minor improvements requested by users. Also, 2 new metrics in the pre-assembly report.

Fix `LAcheck` failures

06 Aug 19:26
Compare
Choose a tag to compare
  • Fix LAcheck failures
    • In 1.7.3, we used skip_checks = true by default to avoid a problem in LAcheck. Gene Myers has fixed that in DALIGNER, so now we run LAcheck by default again.
    • PacificBiosciences/DALIGNER#21
  • Lock html5lib version.
    • That was necessary for TravisCI. Unfortunately, that can break users who have installed the later version in their site-packages/ already. If that's you, let us know. We can prioritize the rdflib modifications.
  • Other minor fixes.
  • Sync with thegenemyers.

Avoid LAcheck failures; support PBS

08 Jul 17:32
Compare
Choose a tag to compare