Skip to content

Commit

Permalink
include EUR and EAS reference files
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrei committed Oct 21, 2022
1 parent 21ab71a commit 8998a8b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- popcorn.sif container (``md5sum: a7c6bc0f6140d7ef4705d2a53cda9e8e``)
create from https://github.com/brielin/Popcorn/tree/ef4455a970d4104832cca02510c555d9220b1414

- Pre-computed scores for EUR and EAS 1000 genomes populations downloaded from
https://www.dropbox.com/sh/37n7drt7q4sjrzn/AAAa1HFeeRAE5M3YWG9Ac2Bta.
(as referenced in the original README file of the popcorn software)
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cp /tools/popcorn/test/* .
./test.bash
```

For EUR and EAS populations the reference files are included in ``reference`` folder.
Note that you may directly use compressed ``.gz`` files as an argument of the ``--cfile`` option in popcorn - no need to extract them

# Important! - Set up Git LFS before cloning this repository

Have a look [here](https://github.com/comorment/containers/blob/main/README.md#getting-started) if you're new to git or Git LFS.
Expand Down
2 changes: 2 additions & 0 deletions reference/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
EUR_EAS_all_gen_eff.cscore.gz filter=lfs diff=lfs merge=lfs -text
EUR_EAS_all_gen_imp.cscore.gz filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions reference/EUR_EAS_all_gen_eff.cscore.gz
Git LFS file not shown
3 changes: 3 additions & 0 deletions reference/EUR_EAS_all_gen_imp.cscore.gz
Git LFS file not shown
13 changes: 0 additions & 13 deletions test.bash

This file was deleted.

0 comments on commit 8998a8b

Please sign in to comment.