Browse code

removed coordinate start bug in exportGRangesAsBedFile

chakalakka authored on 25/03/2017 09:21:58
Showing 1 changed files
... ...
@@ -25,3 +25,4 @@
25 25
 # inst/*
26 26
 # Ignore
27 27
 # *.pdf
28
+.Rproj.user
Browse code

corrected file permissions

chakalakka authored on 08/06/2016 09:00:02
Showing 1 changed files
1 1
old mode 100755
2 2
new mode 100644
Browse code

fixed seqlengths assign bug, ubuntu reinstall

chakalakka authored on 07/06/2016 09:48:47
Showing 1 changed files
1 1
old mode 100644
2 2
new mode 100755
Browse code

added vignette

chakalakka authored on 16/11/2015 07:30:02
Showing 1 changed files
... ...
@@ -24,4 +24,4 @@
24 24
 # data/*
25 25
 # inst/*
26 26
 # Ignore
27
-*.pdf
27
+# *.pdf
Browse code

bugfixes and improvements

chakalakka authored on 31/03/2015 08:09:49
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@
21 21
 !libgsl.dll
22 22
 !libgslcblas.dll
23 23
 # Ignore data and inst
24
-data/*
25
-inst/*
24
+# data/*
25
+# inst/*
26 26
 # Ignore
27 27
 *.pdf
Browse code

roxygenized documentation

chakalakka authored on 23/02/2015 11:54:03
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@
21 21
 !libgsl.dll
22 22
 !libgslcblas.dll
23 23
 # Ignore data and inst
24
-data
25
-inst
24
+data/*
25
+inst/*
26 26
 # Ignore
27
-chromstaR.pdf
27
+*.pdf
Browse code

fixed bug in loadHmmsFromFiles

chakalakka authored on 11/02/2015 12:12:50
Showing 1 changed files
... ...
@@ -20,4 +20,8 @@
20 20
 !libgslcblas.a
21 21
 !libgsl.dll
22 22
 !libgslcblas.dll
23
-
23
+# Ignore data and inst
24
+data
25
+inst
26
+# Ignore
27
+chromstaR.pdf
Browse code

support for progress output on windows

chakalakka authored on 12/05/2014 13:32:06
Showing 1 changed files
... ...
@@ -19,4 +19,5 @@
19 19
 !libgsl.a
20 20
 !libgslcblas.a
21 21
 !libgsl.dll
22
-!libgslcblas.dll
23 22
\ No newline at end of file
23
+!libgslcblas.dll
24
+
Browse code

works on windows without progress output

chakalakka authored on 12/05/2014 12:25:12
Showing 1 changed files
... ...
@@ -1,9 +1,22 @@
1 1
 # Ignore the following files when committing
2 2
 
3
-*.o
3
+# Ignore object an archive files
4
+*.[oa]
5
+# Ignore libraries
4 6
 *.so
7
+# Ignore windows libraries
8
+*.dll
9
+# Ignore vim lock files
5 10
 *.swp
6 11
 *.swo
12
+# Ignore
7 13
 *~
14
+# Ignore hidden files
8 15
 .*
16
+# Do not ignore hidden .gitignore
9 17
 !.gitignore
18
+# Do not ignore gsl libraries
19
+!libgsl.a
20
+!libgslcblas.a
21
+!libgsl.dll
22
+!libgslcblas.dll
10 23
\ No newline at end of file
Browse code

changed gitignore

chakalakka authored on 08/05/2014 11:19:34
Showing 1 changed files
... ...
@@ -5,3 +5,5 @@
5 5
 *.swp
6 6
 *.swo
7 7
 *~
8
+.*
9
+!.gitignore
Browse code

cleaned #includes, improved calling of univariate

chakalakka authored on 07/05/2014 08:54:27
Showing 1 changed files
... ...
@@ -5,4 +5,3 @@
5 5
 *.swp
6 6
 *.swo
7 7
 *~
8
-*_
Browse code

working version 0.8 initial commit

chakalakka authored on 06/05/2014 11:38:36
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# Ignore the following files when committing
2
+
3
+*.o
4
+*.so
5
+*.swp
6
+*.swo
7
+*~
8
+*_