Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ THIS IS A TEMPORARY WORKAROUND UNTIL A MORE PERMANENT STORAGE SOLUTION IS FOUND.

Run the following commands to create a directory called `examples` with all of the example and test files in it.
```
# Requires git-lfs
mkdir ldmat_tmp
cd ldmat_tmp
git init
Expand All @@ -20,6 +21,8 @@ git remote add origin https://github.com/G2Lab/ldmat.git
echo "examples/" > .git/info/sparse-checkout
git fetch --depth 1 origin
git pull origin main
git lfs install
git lfs pull
cd ..
mv ldmat_tmp/examples .
rm -rf ldmat_tmp
Expand Down Expand Up @@ -127,4 +130,4 @@ If you have a custom MAF format, implement `load_maf` as well.
Finally, make sure to give your loader a `FRIENDLY_NAME` so it can be referenced by the CLI.

If you think your input format is generic enough, or otherwise likely to be reused, feel free to submit
a pull request to add your loader to the package.
a pull request to add your loader to the package.