Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DunbrackLab/RosettaFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolfbr committed Jun 15, 2016
2 parents cca80cf + d029098 commit 79f3459
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ To install this package, in R:
}
devtools::install_github("momeara/RosettaFeatures")

To install locally, run the ```install_local.R``` script or run the following:

devtools::document() # if you changed function signatures
devtools:build()

devtools::install_local(PATH)

Generate features databases following the features_benchmark protocol capture

https://github.com/RosettaCommons/demos/tree/master/protocol_capture/features_benchmark/README.md
Expand All @@ -45,10 +52,11 @@ Generate features databases following the features_benchmark protocol capture
Then to report features, in R:

library(RosettaFeatures)
libary(methods)
compare_sample_sources(
config_filename="analysis_configuration.json")

Where the `analysis_configuration.json` looks like:
Where the `analysis_configuration.json` looks like (note the change removal of compare_sample_sources main dictionary from previous the pre-library version):

{
"output_dir" : "native_vs_relax_native",
Expand Down

0 comments on commit 79f3459

Please sign in to comment.