Skip to content

Commit

Permalink
add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Feb 5, 2024
1 parent d42281a commit afee952
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lofreq/call/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ functionality:
Input BAM file.
required: true
example: "normal.bam"
- name: --input_bai
type: file
description: |
Index file for the input BAM file.
required: true
example: "normal.bai"
- name: --ref
alternatives: -f
type: file
Expand Down Expand Up @@ -225,6 +231,10 @@ functionality:
resources:
- type: bash_script
path: script.sh
test_resources:
- type: bash_script
path: test.sh
- path: test_data
platforms:
- type: docker
image: quay.io/biocontainers/lofreq:2.1.5--py38h794fc9e_10
Expand Down
Empty file added src/lofreq/call/test.sh
Empty file.
Binary file added src/lofreq/call/test_data/a.bai
Binary file not shown.
Binary file added src/lofreq/call/test_data/a.bam
Binary file not shown.
8 changes: 8 additions & 0 deletions src/lofreq/call/test_data/genome.fasta
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
>SheilaA
GCTAGCTCAGAAAAAAAAAA
>SheilaB
GCTAGCTCAGAAAAAAAAAA
>SheilaC
GCTAGCTCAGAAAAAAAAAA
>SheilaD
GCTAGCTCAGAAAAAAAAAA
4 changes: 4 additions & 0 deletions src/lofreq/call/test_data/genome.fasta.fai
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SheilaA 20 9 20 21
SheilaB 20 39 20 21
SheilaC 20 69 20 21
SheilaD 20 99 20 21

0 comments on commit afee952

Please sign in to comment.