Skip to content

Commit

Permalink
🚨 minor changes in metas
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Dec 15, 2023
1 parent 9628bce commit abc517f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion modules/cnr-ibba/freebayes/chunk/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ tools:

input:
- meta:
type: map
description: |
Groovy Map containing information on a region
e.g. [ id:'test', single_end:false ]
- sample_meta:
type: map
description: |
Groovy Map containing sample information
Expand Down Expand Up @@ -60,7 +65,7 @@ output:
type: file
description: VCF indexed with tabix
pattern: "*.{vcf.gz.tbi}"
- version:
- versions:
type: file
description: File containing software version
pattern: "*.{version.txt}"
Expand Down
2 changes: 1 addition & 1 deletion modules/cnr-ibba/freebayes/multi/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ output:
type: file
description: |
VCF indexed with tabix (always all.fb.vcf.gz.tbi)
- version:
- versions:
type: file
description: File containing software version
pattern: "*.{version.txt}"
Expand Down
6 changes: 5 additions & 1 deletion modules/cnr-ibba/freebayes/single/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ input:
type: file
description: Index for BAM file
pattern: "*.{bai}"
- coverage:
type: file
description: Bamtools coverage output
pattern: "*.{txt}"
- genome_fasta:
type: file
description: The genome fasta file (not compressed)
Expand All @@ -56,7 +60,7 @@ output:
type: file
description: VCF indexed with tabix
pattern: "*.{vcf.gz.tbi}"
- version:
- versions:
type: file
description: File containing software version
pattern: "*.{version.txt}"
Expand Down

0 comments on commit abc517f

Please sign in to comment.