Skip to content

Commit

Permalink
fix: issue 339 (#461)
Browse files Browse the repository at this point in the history
* fix: fixed issue #339

* Added author

* Fixed typo
  • Loading branch information
fgvieira committed Mar 11, 2022
1 parent d7a0de4 commit 6734675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bio/picard/collectmultiplemetrics/meta.yaml
Expand Up @@ -52,6 +52,7 @@ description: >
authors:
- David Laehnemann
- Antonie Vietor
- Filipe G. Vieira
input:
- BAM file (.bam)
- FASTA reference sequence file (.fasta or .fa)
Expand Down
2 changes: 1 addition & 1 deletion bio/picard/collectmultiplemetrics/wrapper.py
Expand Up @@ -47,7 +47,7 @@
"Unknown type of metrics file requested, for possible metrics files, see https://snakemake-wrappers.readthedocs.io/en/stable/wrappers/picard/collectmultiplemetrics.html"
)

programs = " --PROGRAM " + " --PROGRAM ".join(progs)
programs = " --PROGRAM null --PROGRAM " + " --PROGRAM ".join(progs)

out = str(snakemake.wildcards.sample) # as default
output_file = str(snakemake.output[0])
Expand Down

0 comments on commit 6734675

Please sign in to comment.