Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

This generic wdl script will be for users seeking to quickly run a shell command

License

Notifications You must be signed in to change notification settings

gatk-workflows/generic-wdl-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose :

This WDL workflowi runs a generic command

Requirements/expectations :

  • A command to execute
  • An array of input files
  • An output directory used in the command, should not be current working directory
    • Example: /outputs/

Output :

  • An array of output files generated by command

Software version notes :

  • Cromwell version support
    • Successfully tested on v36
    • Does not work on versions < v23 due to output syntax

Important Notes :

Contact Us :

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

LICENSING :

Copyright Broad Institute, 2020 | BSD-3

This script is released under the WDL open source code license (BSD-3) (full license text at https://github.com/openwdl/wdl/blob/master/LICENSE). 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

This generic wdl script will be for users seeking to quickly run a shell command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages