Previous changeset 25:ff206f5ff973 (2017-05-31) Next changeset 27:e94238983bdf (2017-05-31) |
Commit message:
Uploaded 20170531 |
modified:
macros.xml |
added:
._ETn_example ._example ._loadandplot.R ._plotwithscale.R ._testandplot.R ETn_example/._.DS_Store ETn_example/._Control.bed ETn_example/._DESCRIPTION.txt ETn_example/._ETn_fixed.bed ETn_example/._Recombination_hotspots.txt ETn_example/._features.header ETn_example/._regions.header example/._.DS_Store example/._Controls_regions.bed example/._DESCRIPTION.txt example/._Elements1_regions.bed example/._Elements2_regions.bed example/._Elements3_regions.bed example/._Feature1.bed example/._Feature2.bed example/._features.header.bed.txt example/._regions.header.txt |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ._ETn_example |
b |
Binary file ._ETn_example has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ._example |
b |
Binary file ._example has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ._loadandplot.R |
b |
Binary file ._loadandplot.R has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ._plotwithscale.R |
b |
Binary file ._plotwithscale.R has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ._testandplot.R |
b |
Binary file ._testandplot.R has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._.DS_Store |
b |
Binary file ETn_example/._.DS_Store has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._Control.bed |
b |
Binary file ETn_example/._Control.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._DESCRIPTION.txt |
b |
Binary file ETn_example/._DESCRIPTION.txt has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._ETn_fixed.bed |
b |
Binary file ETn_example/._ETn_fixed.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._Recombination_hotspots.txt |
b |
Binary file ETn_example/._Recombination_hotspots.txt has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._features.header |
b |
Binary file ETn_example/._features.header has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 ETn_example/._regions.header |
b |
Binary file ETn_example/._regions.header has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._.DS_Store |
b |
Binary file example/._.DS_Store has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Controls_regions.bed |
b |
Binary file example/._Controls_regions.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._DESCRIPTION.txt |
b |
Binary file example/._DESCRIPTION.txt has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Elements1_regions.bed |
b |
Binary file example/._Elements1_regions.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Elements2_regions.bed |
b |
Binary file example/._Elements2_regions.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Elements3_regions.bed |
b |
Binary file example/._Elements3_regions.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Feature1.bed |
b |
Binary file example/._Feature1.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._Feature2.bed |
b |
Binary file example/._Feature2.bed has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._features.header.bed.txt |
b |
Binary file example/._features.header.bed.txt has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 example/._regions.header.txt |
b |
Binary file example/._regions.header.txt has changed |
b |
diff -r ff206f5ff973 -r 4a2f37aff235 macros.xml --- a/macros.xml Wed May 31 11:26:41 2017 -0400 +++ b/macros.xml Wed May 31 11:30:28 2017 -0400 |
b |
@@ -1,8 +1,9 @@ <macros> + <token name="@VERSION@">1.0.0</token> <xml name="requirements"> <requirements> <requirement type="package" version="3.3.1">R</requirement> - <requirement type="package" version="1.0.0">IWTomics</requirement> + <requirement type="package" version="@VERSION@">bioconductor-iwtomics</requirement> </requirements> </xml> </macros> \ No newline at end of file |