• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H01-Dec-2021-7570

benchmark/H03-May-2022-418365

bin/H03-May-2022-1,2211,051

cmake_modules/H01-Dec-2021-1,5421,329

data/H03-May-2022-1,8421,346

doc/H03-May-2022-3,4322,618

examples/H03-May-2022-832609

include/RMF/H03-May-2022-8,2715,663

plugins/H01-Dec-2021-2,2291,324

src/H03-May-2022-35,47826,601

swig/H03-May-2022-723565

test/H03-May-2022-592,391591,737

tools/H03-May-2022-4,4623,633

.codeclimate.ymlH A D01-Dec-2021452 3433

.codecov.ymlH A D01-Dec-202167 65

.gitignoreH A D01-Dec-2021419 2221

.imp_info.pyH A D03-May-202222 43

COPYINGH A D01-Dec-202111.1 KiB203169

ChangeLog.mdH A D01-Dec-20213.1 KiB6358

README.mdH A D01-Dec-20211.2 KiB2417

config.h.inH A D01-Dec-2021895 4330

rmf.sublime-projectH A D01-Dec-202150 98

rmf.sublime-workspaceH A D01-Dec-202112.7 KiB471470

setup_git.pyH A D03-May-2022241 95

README.md

1# RMF #
2
3[![Build Status](https://github.com/salilab/rmf/workflows/build/badge.svg?branch=develop)](https://github.com/salilab/rmf/actions?query=workflow%3Abuild)
4[![conda package](https://img.shields.io/conda/vn/conda-forge/rmf.svg)](https://anaconda.org/conda-forge/rmf)
5[![codecov](https://codecov.io/gh/salilab/rmf/branch/develop/graph/badge.svg)](https://codecov.io/gh/salilab/rmf)
6[![Code Climate](https://codeclimate.com/github/salilab/rmf/badges/gpa.svg)](https://codeclimate.com/github/salilab/rmf)
7[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4701672.svg)](https://doi.org/10.5281/zenodo.4701672)
8
9The library provides support for the RMF file format for
10storing hierarchical molecular data (such as atomic or coarse grained
11representations of proteins), along with markup, including geometry
12and score data.
13
14The main documentation is found on the
15[web site](http://integrativemodeling.org/rmf/nightly/doc/).
16
17Copyright 2007-2021 IMP Inventors.
18
19Licensed under the Apache License, Version 2.0 (the "License");
20you may not use this file except in compliance with the License.
21You may obtain a copy of the License at
22
23    http://www.apache.org/licenses/LICENSE-2.0
24