File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ Algorithms that are built around BioJava and are running on Apache Spark
55[ ![ Build Status] ( https://travis-ci.org/biojava/biojava-spark.svg?branch=master )] ( https://travis-ci.org/biojava/biojava-spark )
66[ ![ License] ( http://img.shields.io/badge/license-LGPL_2.1-blue.svg?style=flat )] ( https://github.com/biojava/biojava/blob/master/LICENSE )
77[ ![ Status] ( http://img.shields.io/badge/status-experimental-red.svg?style=flat )] ( https://github.com/biojava/biojava-spark )
8- [ ![ Version] ( http://img.shields.io/badge/version-0.2.0 -blue.svg?style=flat )] ( https://github.com/biojava/biojava-spark/ )
8+ [ ![ Version] ( http://img.shields.io/badge/version-0.2.1 -blue.svg?style=flat )] ( https://github.com/biojava/biojava-spark/ )
99
1010# Starting up
1111
1212### Some initial instructions can be found on the mmtf-spark project
1313https://github.com/rcsb/mmtf-spark
1414## First download and untar a Hadoop sequence file of the PDB (~ 7 GB download)
1515``` bash
16- wget http://mmtf.rcsb.org/v0.2 /hadoopfiles/full.tar
16+ wget http://mmtf.rcsb.org/v1.0 /hadoopfiles/full.tar
1717tar -xvf full.tar
1818```
1919Or you can get a C-alpha, phosphate, ligand only version (~ 800 Mb download)
2020``` bash
21- wget http://mmtf.rcsb.org/v0.2 /hadoopfiles/reduced.tar
21+ wget http://mmtf.rcsb.org/v1.0 /hadoopfiles/reduced.tar
2222tar -xvf reduced.tar
2323```
2424### Second add the biojava-spark dependecy to your pom
@@ -27,7 +27,7 @@ tar -xvf reduced.tar
2727 <dependency >
2828 <groupId >org.biojava</groupId >
2929 <artifactId >biojava-spark</artifactId >
30- <version >0.2.0 </version >
30+ <version >0.2.1 </version >
3131 </dependency >
3232```
3333
You can’t perform that action at this time.
0 commit comments