broadinstitute / long-read-pipelines

Long read production pipelines
https://broadinstitute.github.io/long-read-pipelines/
BSD 3-Clause "New" or "Revised" License
140 stars 25 forks source link

Workflow Documentation #424

Open bshifaw opened 1 year ago

bshifaw commented 1 year ago

Requirements for each workflow

➜  pipelines
.
├── ONT
│   ├── Assembly
│   │   ├── ONTAssembleWithCanu.wdl  [Ryan]
│   │   └── ONTAssembleWithFlye.wdl  [Ryan]
│   ├── Epigenomics
│   │   └── ONTMethylation.wdl  [Steve]
│   ├── MultiAnalysis
│   │   ├── ONTPfHrp2Hrp3Status.wdl. 
│   │   └── ONTPfTypeDrugResistanceMarkers.wdl. 
│   ├── Preprocessing
│   │   ├── ONTBasecall.wdl  [Beri]
│   │   ├── ONTFlowcell.wdl. [Beri]
│   │   ├── ONTFlowcellFromMultipleBasecalls.wdl
│   │   └── ONTProcessBasecall.wdl
│   └── VariantCalling
│       └── ONTWholeGenome.wdl
├── PacBio
│   ├── Alignment
│   │   └── PBFlowcell.wdl  [Fabio]
│   ├── Assembly
│   │   └── PBAssembleWithHifiasm.wdl   [Fabio]
│   ├── Utility
│   │   ├── PBCCSIsoSeq.wdl   [Fabio]
│   │   ├── PBMASIsoSeqDemultiplex.wdl   [Fabio]
│   │   ├── PBMASIsoSeqQuantify.wdl   [Fabio]
│   │   └── TrioBinChildLongReads.wdl.  [Fabio]
│   └── VariantCalling
│       └── PBCCSWholeGenome.wdl. [Fabio]
└── TechAgnostic
    ├── Annotation
    │   └── AnnotateTranscriptomeWithGuide.wdl
    ├── Utility
    │   ├── CleanupIntermediate.wdl
    │   ├── ConvertToHailMT.wdl
    │   ├── DownloadFromFTP.wdl
    │   ├── DownloadFromSRA.wdl
    │   ├── DownloadFromWeb.wdl
    │   ├── FindBamIdentity.wdl
    │   ├── LRConvertBCF.wdl
    │   └── VerifyFingerprint.wdl
    └── VariantCalling
        ├── LRCNVs.wdl  [Steve]
        └── LRJointCallGVCFs.wdl
SHuang-Broad commented 1 year ago

I'll take on two

rlorigro commented 11 months ago

I'll start with these:

hangsuUNC commented 11 months ago

I can work with LRJointCallGVCFs.wdl