Skip to content

Commit

Permalink
update versions and try to make test tarball for demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Nov 3, 2023
1 parent ec6ac25 commit 30fdae6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process run_piranha {

publishDir "${params.out_dir}", mode: 'copy'

container "${params.wf.container}"
container "${params.wf.container}:${workflow.manifest.version}"

input:
path barcodes_csv
Expand Down
3 changes: 1 addition & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ params {
]
agent = null
container = "polionanopore/piranha"
container_sha = "sha256:f91fd4880a848ee287de9f6dc59566739267103f5f82de3f0f11873b35b5c78a"
}
}

Expand All @@ -65,7 +64,7 @@ manifest {
description = 'Polio investigation resource automating nanopore haplotype analysis.'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = '1.1'
version = '1.1.2'
}


Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "polio-nanopore/piranha",
"description": "Polio investigation resource automating nanopore haplotype analysis.",
"url": "https://github.com/polio-nanopore/piranha",
"demo_url": "https://raw.githubusercontent.com/polio-nanopore/piranha/main/piranha/test/pak_run",
"demo_url": "https://raw.githubusercontent.com/polio-nanopore/piranha/main/piranha/test/pak_run.tar.gz",
"type": "object",
"definitions": {
"input_options": {
Expand Down
5 changes: 0 additions & 5 deletions piranha/test/nextflow.config

This file was deleted.

Binary file added piranha/test/pak_run.tar.gz
Binary file not shown.
7 changes: 0 additions & 7 deletions piranha/test/supp_metadata.csv

This file was deleted.

12 changes: 0 additions & 12 deletions piranha/test/supp_seqs.fasta

This file was deleted.

0 comments on commit 30fdae6

Please sign in to comment.