You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+16-11
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,21 @@ A set of tools to analyze genomic data with a focus on Next Generation Sequencin
14
14
Detailed user documentation is available on the [project website](http://fulcrumgenomics.github.io/fgbio/) including [tool usage](http://fulcrumgenomics.github.io/fgbio/tools/latest) and [documentation of metrics produced](http://fulcrumgenomics.github.io/fgbio/metrics/latest). Detailed developer documentation can be found [here](http://javadoc.io/doc/com.fulcrumgenomics/fgbio_2.13).
15
15
16
16
<!---toc start-->
17
-
*[Goals](#goals)
18
-
*[Overview](#overview)
19
-
*[List of tools](#list-of-tools)
20
-
*[Building](#building)
21
-
*[Command line](#command-line)
22
-
*[Include fgbio in your project](#include-fgbio-in-your-project)
23
-
*[Contributing](#contributing)
24
-
*[Authors](#authors)
25
-
*[License](#license)
26
-
*[Sponsorship](#sponsorship)
17
+
-[fgbio](#fgbio)
18
+
-[Goals](#goals)
19
+
-[Overview](#overview)
20
+
-[List of tools](#list-of-tools)
21
+
-[Building](#building)
22
+
-[Cloning the Repository](#cloning-the-repository)
23
+
-[Running the build](#running-the-build)
24
+
-[Command line](#command-line)
25
+
-[Include fgbio in your project](#include-fgbio-in-your-project)
26
+
-[Contributing](#contributing)
27
+
-[Authors](#authors)
28
+
-[License](#license)
29
+
-[Sponsorship](#sponsorship)
30
+
-[Become a sponsor](#become-a-sponsor)
31
+
-[Sponsors](#sponsors)
27
32
28
33
<!---toc end-->
29
34
@@ -76,7 +81,7 @@ Below we highlight a few tools that you may find useful.
76
81
[Git LFS](https://git-lfs.github.com/) is used to store large files used in testing fgbio. In order to compile and run tests it is necessary to [install git lfs](https://git-lfs.github.com/). To retrieve the large files either:
77
82
78
83
1. Clone the repository _after_ installing git lfs, or
79
-
2. In a previously cloned repository run `git lfs pull` once
84
+
2. In a previously cloned repository run the follwing once: `git lfs install && git lfs pull`
80
85
81
86
After initial setup regular git commands (e.g. `pull`, `fetch`, `push`) will also operate on large files and no special handling is needed.
0 commit comments