forked from ash211/gtfold
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ash211#33 from pgaurav/master
please merge
- Loading branch information
Showing
27 changed files
with
1,963 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SUBDIRS = UNAParams Turner04 Turner99 Andronescu | ||
SUBDIRS = UNAParams RNAParams Turner04 Turner99 Andronescu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Process this file with automake to produce Makefile.in | ||
|
||
gtfold_datadir = $(datadir)/@PACKAGE@/RNAParams | ||
|
||
gtfold_data_DATA = \ | ||
stack.DAT\ | ||
miscloop.DAT\ | ||
dangle.DAT\ | ||
loop.DAT\ | ||
int11.DAT\ | ||
int21.DAT\ | ||
int22.DAT\ | ||
tloop.DAT\ | ||
tstackh.DAT\ | ||
tstacki.DAT\ | ||
tstacke.DAT\ | ||
tstackm.DAT | ||
|
||
|
||
EXTRA_DIST = $(gtfold_data_DATA) | ||
|
||
CLEANFILES = *~ | ||
|
Oops, something went wrong.