Skip to content

Releases: broadinstitute/long-read-pipelines

lrp_3.0.74

03 May 19:19
c09a0f1
Compare
Choose a tag to compare

Update task descriptions (#402)

  • updated description to wdl files in task Alignment, Assembly, and Preprocessing

  • updated description to wdl files in task Transcriptomics

  • updated description to wdl files in task QC

  • updated description to wdl files in task Utility

  • updated description to wdl files in task VariantCalling

  • fixes to pass miniwdl validation

  • fixes to pass womtool validation

  • Update wdl/tasks/QC/Fingerprinting.wdl

  • Update wdl/tasks/Utility/ONTUtils.wdl

Co-authored-by: Steve Huang shuang@broadinstitute.org


Co-authored-by: bshifaw bshifaw@broadinstitute.com
Co-authored-by: Steve Huang shuang@broadinstitute.org

lrp_3.0.73

03 May 18:32
e4fb5c3
Compare
Choose a tag to compare

development docs draft (#396)

  • development docs draft

  • added intro for docker_style_guide.md

  • add to docker_style_guide.md

  • add to wdl_style_guide.md

  • renamed dev_guide to development_guide

  • rewrote overview, added visuals for directory structure

  • Minor fixes, Added Workflow Deployment in README.md


Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.72

13 Apr 16:03
e9c2ee3
Compare
Choose a tag to compare

Fix for Repo Git Page action yml (#398)

  • added make docs dir if not exist

  • add graphviz as an installation requirement

  • switching to mac environment


Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.71

12 Apr 19:06
0702ba8
Compare
Choose a tag to compare

Automatically Generate Repository Git Page (#391)

  • add git page action

  • Add scripts to create dot and png files for workflows

  • Add scripts to add png link to md

  • Add mkdocs.yml file

  • changed png link to be relative path instead of absolute.

  • Added script to add header to wdl markdown, and remove task info from wdl workflow markdown

  • edited wdlviz.py to add the option to name the output file by a specified name, edited create_wdl_visual.py to use wdl basename for dot file


Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.70

11 Apr 20:42
d805eed
Compare
Choose a tag to compare

New workflows to deal with ONT flowcells that have multiple basecall directories (#325)

  • one workflow that essentially copies the current ONTFlowcell, but aims at a basecall directory
  • one workflow that plays the role of ONTFlowcell, but actually aggregates results from the WF above

lrp_3.0.69

11 Apr 20:27
e960a5d
Compare
Choose a tag to compare

add miniwdl and shellcheck installation to cd.yml (#397)

Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.68

11 Apr 19:24
0197e4a
Compare
Choose a tag to compare

reheader FP vcfs from full hg38 to no_alt (#344)

lrp_3.0.67

11 Apr 18:30
475331a
Compare
Choose a tag to compare

Move wdl files to central directory called wdl (#393)

  • moved wdls to wdl folder, updated testing location for wdl validation

  • updated wdl paths in dockstore.yml

  • renamed 'deprecated_wdl' to 'deprecated', updated docstore.yml accordingly


Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.66

11 Apr 17:58
c134325
Compare
Choose a tag to compare

Standardize wdl description (#392)

  • standardized pipeline/ONT workflow meta and parameter_meta bocks

  • standardized pipeline/pacbio workflow meta and parameter_meta bocks

  • standardized pipeline/techAgnostic workflow meta and parameter_meta bocks


Co-authored-by: bshifaw bshifaw@broadinstitute.com

lrp_3.0.65

09 Apr 02:58
2826f18
Compare
Choose a tag to compare

Update hifiasm assembly (only) workflow (#390)

  • MAJOR CHANGES:

    • HiFiasm

      • update hifiasm docker
      • formulated resource allocation
      • As requested, pipeline generates alternate contigs as well.
        Note this essentially forces two assemblies on one set of FASTQs, as
        haplotig-generating assemblies and alternate-generating assemblies are
        generated with different options.
    • QUAST

      • update and shrink Quast docker
      • bigger disk for Quast task
      • now supports multiple assemblies being evaluated at the same time
    • It's almost reference-free now:

      • variant calling is no longer offered
      • only depends on a reference (e.g. T2T) for assembly evaluation (Quast)
  • MINOR CHANGES:

    • update various tasks
      • optionally compress files when finalizing
      • merge MergeFastqs and MergeFastqGzs into one task
      • more memory for MergeFastqs; uses LOCAL SSD when files are not too large