We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I'll take on two
ONT/Epigenomics/ONTMethylation.wdl
TechAgnostic/VariantCalling/LRCNVs.wdl
Sorry, something went wrong.
I'll start with these:
I can work with LRJointCallGVCFs.wdl
kvg
tedsharpe
bshifaw
SHuang-Broad
fabio-cunial
When branches are created from issues, their pull requests are automatically linked.
Requirements for each workflow
The text was updated successfully, but these errors were encountered: