Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaze committed Aug 21, 2018
1 parent a678782 commit 694d0e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ sample_label=Institute Sample Label
plate=Sample Plate
well=Well
batch=Batch Comment
```
````

* `output_align`. This can be one of three values: _dbsnp_, _ref_, and _db2ref_. dnsnp and ref assume that the input is in TOP/BOT format. If dbsnp, the output will be aligned to the dbSNP report, if "ref", the output will be aligned to a given reference strand. Many of the SNPs will be flipped (e.g. an A/C SNP will become G/T; and A/T SNP will become T/A). _db2ref_ assumes the input is in FORWARD format and aligns to to the given reference genome.

Expand Down Expand Up @@ -576,9 +576,9 @@ In the quick start we gave an overview of running our workflows in different en

This option requires that all dependancies have been installed. You run the code by saying

```
````
nextflow run plink-qc.nf
```
````

You can add that any extra parameters at the end.

Expand Down

0 comments on commit 694d0e3

Please sign in to comment.