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

Simplifying WDL workflow submission #4

Merged
merged 7 commits into from
Dec 4, 2024
Merged

Simplifying WDL workflow submission #4

merged 7 commits into from
Dec 4, 2024

Conversation

tefirman
Copy link
Member

@tefirman tefirman commented Dec 4, 2024

Description

  • In an effort to make our WILDS WDL's more accessible to HPC-curious researchers, we are making the input json as minimal as possible:
    • All inputs other than fastq locations are now optional.
    • If a reference fasta & gtf are provided, the script will use those, but if not, it will download GRCh38 from NCBI.
    • To avoid confusion, the script will automatically build a STAR reference directory from the reference fasta/gtf.
    • To avoid data duplication, it is highly recommended this workflow be run with call caching enabled.

Related Issue

Testing

  • Submitted minimal input json via PROOF, works as expected.
  • Meeting with user on 12/5 to see what they think.

@tefirman
Copy link
Member Author

tefirman commented Dec 4, 2024

Short-staffed at the moment and need this WDL for a user study. Merging without additional review.

@tefirman tefirman merged commit eb2efc5 into main Dec 4, 2024
2 checks passed
@tefirman tefirman deleted the simplify branch December 4, 2024 23:57
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

Successfully merging this pull request may close these issues.

Unclear where to find input reference files
1 participant