Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_apptainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: create dockerfile
uses: snakemake/snakemake-github-action@v2
with:
directory: .test
directory: .
snakefile: workflow/Snakefile
install-apptainer: true
args: "--cores 1"
Expand Down
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
samplesheet: ".test/config/samples.tsv"
samplesheet: "config/samples.tsv"

get_genome:
database: "ncbi"
Expand Down
2 changes: 2 additions & 0 deletions config/samples.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample description read1 read2
spya20 S. pyogenes A20 .test/data/spy_A20_R1.fastq.gz .test/data/spy_A20_R2.fastq.gz
Loading