Skip to content

gatk-workflows/utility-wdls

Repository files navigation

utility-wdls

Short workflows to run common tasks.

make-fofn

Purpose :

Creates a text file listing the file paths provided as input.

Requirements/expectations :

  • An array of file paths.

Output :

  • A file containing a list of file paths.

generate-sample-map

Purpose:

Generate a sample_map file, which can be used for JointGenotyping workflow.

Requirements/expectations :

  • An array of file paths
  • An array of file names
  • Name of output sample_map

Outputs :

  • sample map file

copy-files-to-directory

Purpose:

This workflow copies an array of files from a gs bucket to another specfied gs bucket

Requirements/expectations :

  • Array[String] files_2_copy = Files to copy
  • String output_gs_dir = Directory to copy files to

Outputs :

  • File output_text_file = The bash script used to copy files
  • Array[String] new_file_paths = Files contained in the output bucket

Software version notes :

  • Cromwell version support
    • Successfully tested on v53

Important Notes :

Contact Us :

  • The following material is provided by the Data Sciences Platform group at the Broad Institute. Please direct any questions or concerns to one of our forum sites : GATK or Terra.

LICENSING :

Copyright Broad Institute, 2019 | BSD-3

This script is released under the WDL open source code license (BSD-3). Note however that the programs it calls may be subject to different licenses. Users are responsible for checking that they are authorized to run all programs before running this script.

About

Short workflows to run common tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages