mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Add test data
This commit is contained in:
parent
7604bd27fc
commit
cff81ef875
7 changed files with 37 additions and 0 deletions
30
.github/workflows/bwa_index.yml
vendored
Normal file
30
.github/workflows/bwa_index.yml
vendored
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
name: bwa_index
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- software/bwa/index/**
|
||||||
|
- .github/workflows/bwa_index.yml
|
||||||
|
- tests
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- software/bwa/index/**
|
||||||
|
- .github/workflows/bwa_index.yml
|
||||||
|
- tests
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ci_test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
NXF_ANSI_LOG: false
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Install Nextflow
|
||||||
|
run: |
|
||||||
|
export NXF_VER="20.07.1"
|
||||||
|
wget -qO- get.nextflow.io | bash
|
||||||
|
sudo mv nextflow /usr/local/bin/
|
||||||
|
|
||||||
|
# Test the module
|
||||||
|
- run: nextflow run ./software/bwa/index/test/ -profile docker
|
1
software/bwa/index/test/input/NC_010473.fa
Symbolic link
1
software/bwa/index/test/input/NC_010473.fa
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../../tests/data/fasta/E_coli/NC_010473.fa
|
3
software/bwa/index/test/output/bwa/NC_010473.fa.amb
Normal file
3
software/bwa/index/test/output/bwa/NC_010473.fa.amb
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
4686137 1 2
|
||||||
|
20895 1 Y
|
||||||
|
142347 1 R
|
3
software/bwa/index/test/output/bwa/NC_010473.fa.ann
Normal file
3
software/bwa/index/test/output/bwa/NC_010473.fa.ann
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
4686137 1 11
|
||||||
|
0 gi|170079663|ref|NC_010473.1| Escherichia coli str. K-12 substr. DH10B, complete genome
|
||||||
|
0 4686137 2
|
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.bwt
Normal file
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.bwt
Normal file
Binary file not shown.
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.pac
Normal file
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.pac
Normal file
Binary file not shown.
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.sa
Normal file
BIN
software/bwa/index/test/output/bwa/NC_010473.fa.sa
Normal file
Binary file not shown.
Loading…
Reference in a new issue