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

Standardize wdl description #392

Merged
merged 8 commits into from
Apr 11, 2023
Merged

Standardize wdl description #392

merged 8 commits into from
Apr 11, 2023

Conversation

bshifaw
Copy link
Collaborator

@bshifaw bshifaw commented Apr 5, 2023

Edited ./pipeline WDLs such that the workflow description follow the following format:

WorkflowName {

    meta {
        description: "Workflow description"
    }
    parameter_meta {
        input: "Input description"
    }

    input{
    ...
    }
...
}

@bshifaw bshifaw self-assigned this Apr 5, 2023
@bshifaw bshifaw marked this pull request as ready for review April 5, 2023 15:50
@@ -7,6 +7,20 @@ import "../../../tasks/Preprocessing/Guppy.wdl" as Guppy
import "../../../tasks/Utility/Finalize.wdl" as FF

workflow ONTMethylation {

meta {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@@ -14,6 +8,31 @@ import "../../../tasks/Utility/Finalize.wdl" as FF
import "../../../tasks/QC/SampleLevelAlignedMetrics.wdl" as COV

workflow ONTWholeGenome {

meta {
description: "A workflow that performs single sample variant calling on Oxford Nanopore reads from one or more flow cells. The workflow merges multiple samples into a single BAM prior to variant calling."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: not multiple samples, but multiple flowcells

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SHuang-Broad should this be all wdl descriptions or just the ones you pointed out?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All. I don't think we have multi-sample workflows except two or three for joint calling.

@@ -20,6 +13,30 @@ import "../../../tasks/Transcriptomics/MASSeq.wdl" as MAS
import "../../../tasks/Utility/JupyterNotebooks.wdl" as JUPYTER

workflow PBFlowcell {

meta {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonn-smith can you please add your description of the MASseq part?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the genome side, here's my proposed description:

The workflow performs the alignment of an SMRT cell's worth of data to a reference.
For genomic sequencing data, the workflow also optionally performs CCS correction if the data is from a CCS library but did not get corrected on-instrument.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long term, we should dis-integrate this workflow and update it to match Revio outputs, which is assumed to be the major working machines down the road.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SHuang-Broad how's this:

For MAS-seq transcriptome data, this workflow will determine the most likely MAS-seq model, then it will use that model to annotate, segment, and filter the CCS reads. These CCS reads will then be aligned to the reference in trascriptome alignemnt mode. Note: Currently the MAS-seq workflow separates CLR reads, but does not process them.


String gcs_out_root_dir
meta {
description: "A workflow that performs single sample genome assembly on PacBio HiFi reads from one or more flow cells. The workflow merges multiple samples into a single BAM prior to genome assembly and variant calling."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use SMRT cells in place of flow cells.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also,

The multiple SMRT cells data are merged prior to assembly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SHuang-Broad should this be all wdl descriptions or just the ones you pointed out?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this assembly, just this once.

@@ -14,6 +8,31 @@ import "../../../tasks/Utility/Finalize.wdl" as FF
import "../../../tasks/QC/SampleLevelAlignedMetrics.wdl" as COV

workflow PBCCSWholeGenome {

meta {
description: "A workflow that performs single sample variant calling on PacBio HiFi reads from one or more flow cells. The workflow merges multiple samples into a single BAM prior to variant calling."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, not multiple samples but multiple SMRT cells.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -14,6 +8,25 @@ import "../../../tasks/Utility/Finalize.wdl" as FF
import "../../../tasks/QC/SampleLevelAlignedMetrics.wdl" as COV

workflow PBCLRWholeGenome {

meta {
description: "A workflow that performs single sample variant calling on PacBio CLR reads from one or more flow cells. The workflow merges multiple samples into a single BAM prior to variant calling."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Collaborator

@SHuang-Broad SHuang-Broad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor changes, then good to go.

bshifaw added 2 commits April 7, 2023 10:35
# Conflicts:
#	pipelines/TechAgnostic/Utility/DownloadFromSRA.wdl
bshifaw added 2 commits April 11, 2023 13:16
# Conflicts:
#	pipelines/PacBio/Assembly/PBAssembleWithHifiasm.wdl
@bshifaw bshifaw merged commit c134325 into main Apr 11, 2023
@bshifaw bshifaw deleted the bs_standardize_wdl_description branch April 11, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants