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

Releases: PacificBiosciences/FALCON-integrate

Update DALIGNER; bug-fixes

06 Apr 02:56
Compare
Choose a tag to compare
  • Sync dazzler repos from upstream (thegenemyers).
    • This might change the merge tasks, impacting restarts. Not sure.
  • Several bug-fixes and simplifications.
    • Warnings for old-style config.

Prefer `-` to `_` in flags

27 Mar 16:24
Compare
Choose a tag to compare

-foo-bar is more posixy than --foo_bar. But we continue to support the old style, with a warning.

New, simpler configuration for job-submission (via pypeflow)

27 Mar 04:30
Compare
Choose a tag to compare
  • https://github.com/PacificBiosciences/FALCON/wiki/Configuration
    • The legacy configuration should still work, but you will see warnings.
  • Also, a change to job-submission options should be reflected in each task upon restart.
    • We still need to make other options dynamic like that (the tricky part involves options that affect the number of parallel jobs), but at least you can change how jobs are submitted when you resume a workflow.

Minor fixes

21 Mar 13:33
Compare
Choose a tag to compare

Nothing noticeable.

Updates for sge option strings

12 Mar 03:35
Compare
Choose a tag to compare

Backward-incompatible release

09 Mar 18:10
Compare
Choose a tag to compare

Lots of bug-fixes. Unfortunately, if you have a partial run, you will have to start-over to use this version of Falcon.

(And backwards-incompatible with 2.0.0, as far as restarting with directories from a previous partial run.)

Many improvements

Remove assertion on las_fn

22 Mar 22:30
Compare
Choose a tag to compare
  • Updates to submodules.
    • FALCON: Drop assertion; no longer needed, and sometimes problematic.
    • Other minor changes.
  • Expect user to run git submodule update --init theirself.

Tested with FALCON_unzip 0.4.0

22 Dec 14:57
Compare
Choose a tag to compare
  • Fix job-concurrency setting
  • If skip_checks = true, actually skip any bad .las files and continue.
    • This can skip important data, but at least you can complete your run.
    • Probably, it is better to set use_tmpdir = /tmp, since file-system latency is the likely cause of bad .las files.
  • Drop FALCON_unzip from this integration package.

More bug-fixes

03 Dec 17:46
Compare
Choose a tag to compare