Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow Documentation #424

Open
bshifaw opened this issue Sep 20, 2023 · 3 comments
Open

Workflow Documentation #424

bshifaw opened this issue Sep 20, 2023 · 3 comments
Assignees

Comments

@bshifaw
Copy link
Collaborator

bshifaw commented Sep 20, 2023

Requirements for each workflow

  • Adding description in meta
  • Adding Ref map file location to description (indicate this is for inter-organizational use: private)
  • Adding input description in parameter_meta
  • Add example workflow configuration (place in the future wdl_test folder)
  • Confirm documentation page appears in the repos site
➜  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
Copy link
Collaborator

I'll take on two

  • ONT/Epigenomics/ONTMethylation.wdl
  • TechAgnostic/VariantCalling/LRCNVs.wdl

@SHuang-Broad SHuang-Broad pinned this issue Sep 21, 2023
@rlorigro
Copy link
Collaborator

rlorigro commented Oct 11, 2023

I'll start with these:

  • ONTAssembleWithCanu.wdl
  • ONTAssembleWithFlye.wdl

@hangsuUNC
Copy link
Collaborator

I can work with LRJointCallGVCFs.wdl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

7 participants