Skip to content

Commit

Permalink
Merge branch 'features/write-meta-imputation-file' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpleiness committed Aug 20, 2021
2 parents 8ad6b8e + e0e17b4 commit 2a6156e
Show file tree
Hide file tree
Showing 13 changed files with 419 additions and 235 deletions.
11 changes: 10 additions & 1 deletion files/minimac4.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: imputationserver
name: Genotype Imputation (Minimac4)
description: This is the new Michigan Imputation Server Pipeline using <a href="https://github.com/statgen/Minimac4">Minimac4</a>. Documentation can be found <a href="http://imputationserver.readthedocs.io/en/latest/">here</a>.<br><br>If your input data is <b>GRCh37/hg19</b> please ensure chromosomes are encoded without prefix (e.g. <b>20</b>).<br>If your input data is <b>GRCh38hg38</b> please ensure chromosomes are encoded with prefix 'chr' (e.g. <b>chr20</b>).
version: 1.5.8
version: 1.6.0-rc1
website: https://imputationserver.readthedocs.io
category:

Expand Down Expand Up @@ -118,6 +118,15 @@ workflow:
true: yes
false: no
visible: true

- id: meta
description: Generate Meta-imputation file
type: checkbox
value: no
values:
true: yes
false: no
visible: true

- id: myseparator
type: separator
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>genepi</groupId>
<artifactId>imputationserver</artifactId>
<version>1.5.8</version>
<version>1.6.0-rc1</version>
<packaging>jar</packaging>

<name>University of Michigan Imputation Server</name>
Expand Down
Loading

0 comments on commit 2a6156e

Please sign in to comment.