Skip to content

Commit

Permalink
FixBug:numerical sample names
Browse files Browse the repository at this point in the history
  • Loading branch information
alek0991 committed Jun 25, 2020
1 parent 578f0af commit 6e2f348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Software requirements
- ```numpy``` version 1.9 or above
- ```pandas``` version 0.18 or above
2. ```bcftools``` version 1.2 or above (only for ```--format vcf```, not required if you are using ```--format hap```).
- Follow the [bcftools installation guideline](https://samtools.github.io/bcftools/).
- Follow the [bcftools installation guideline](http://www.htslib.org/download/).
- iSAFE assumes the bcftools binary file is installed to a bin subdirectory that is added
to your ```$PATH```; otherwise, you have to change the following
[line](https://github.com/alek0991/iSAFE/blob/b54f60f8f274ab248e308f6e953ff018d1b577c7/src/bcftools.py#L6) in ```./src/bcftools.py``` to the bcftools binary file path:
Expand Down

0 comments on commit 6e2f348

Please sign in to comment.