You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
180B

  1. import "./tasks/arcashla.wdl" as arcashla
  2. workflow {{ project_name }} {
  3. File bam
  4. call arcashla.arcashla as arcashla {
  5. input: bam = bam
  6. }
  7. }