Skip to content

Commit

Permalink
Merge pull request #13 from icgc-argo/download-pyega3@0.1.1
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
edsu7 authored Aug 12, 2022
2 parents 01e6efc + 45cd6b0 commit bc92ee1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions download-pyega3/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* this block is auto-generated based on info from pkg.json where */
/* changes can be made if needed, do NOT modify this block manually */
nextflow.enable.dsl = 2
version = '0.1.0' // package version
version = '0.1.1'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/argo-data-submission.download-pyega3'
Expand Down Expand Up @@ -63,7 +63,7 @@ process downloadPyega3 {

output: // output, make update as needed
path "${ega_id}/*.md5", emit: md5_file
path "${ega_id}/*.{bam,cram,fastq.gz,fq.gz,fastq.bz2,fq.bz2,txt.gz,txt.bz2,vcf,bcf}"
path "${ega_id}/*.{bam,cram,fastq.gz,fq.gz,fastq.bz2,fq.bz2,txt.gz,txt.bz2,vcf,bcf}", emit : output_files
script:

"""
Expand Down
2 changes: 1 addition & 1 deletion download-pyega3/pkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "download-pyega3",
"version": "0.1.0",
"version": "0.1.1",
"description": "EGA download client",
"main": "main.nf",
"deprecated": false,
Expand Down
2 changes: 1 addition & 1 deletion download-pyega3/tests/checker.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/* this block is auto-generated based on info from pkg.json where */
/* changes can be made if needed, do NOT modify this block manually */
nextflow.enable.dsl = 2
version = '0.1.0' // package version
version = '0.1.1'

container = [
'ghcr.io': 'ghcr.io/icgc-argo/argo-data-submission.download-pyega3'
Expand Down

0 comments on commit bc92ee1

Please sign in to comment.