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.

workflow.wdl 180B

5 jaren geleden
1234567891011121314
  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. }