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

add workflow to download multiple SRA accessions to multiple bams: fetch_multiple_sra_to_bams #537

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on May 3, 2024

  1. add workflow to download multiple SRA accessions to multiple bams: fe…

    …tch_multiple_sra_to_bams
    
    add workflow to download multiple SRA accessions to multiple bams: fetch_multiple_sra_to_bams; this is useful in the event a sample is associated with multiple sequencing runs (i.e. more than one SRR###). It also adjusts the Fetch_SRA_to_BAM task to find metadata for the requested run, in the event multi-run metadata is returned for a given accession
    tomkinsc committed May 3, 2024
    Configuration menu
    Copy the full SHA
    afa392d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf57f0 View commit details
    Browse the repository at this point in the history
  3. name the output file using the first specified ID under WDL 1.0 (sep(…

    …) function not available until WDL >= 1.1)
    
    name the output tsv file using the first specified ID since we are operating under WDL 1.0 (the `sep()` function is not available to join arrays of strings until WDL >= 1.1, and `~{sep="_" variable}` seemingly does not work outside a command block)
    tomkinsc committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0a1d6be View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ct-pluralize-fetch-sra-to-bam' of ssh://github.com/broa…

    …dinstitute/viral-pipelines into ct-pluralize-fetch-sra-to-bam
    tomkinsc committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d3df817 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. try custom machineType

    tomkinsc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1abc8ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538d3ae View commit details
    Browse the repository at this point in the history
  3. try googleLegacyMachineSelection to set GCP machineType

    try googleLegacyMachineSelection to set GCP machineType, per broadinstitute/cromwell@7fa57a0
    tomkinsc committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e3aeea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a75443f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0287c45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fcbbc1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    65346ca View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    9a58253 View commit details
    Browse the repository at this point in the history