Skip to content

Commit

Permalink
Devel (#147)
Browse files Browse the repository at this point in the history
* update test suite (#140)

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update test suite

* update tests

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update actions

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update ci without spider

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update workflow

* update actions

* update github

* update github

* update github

* update github

* update github

* update github

* update github

* fix spider test

* update test data with annotation in lioness

* changed test data lioness

* update test data

* update test data

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* separte process functions

* removed macos from tests

* fix savepairs (#142)

* fix savepairs

* fix savepairs

* add eye in PPI (#145)

* add eye in PPI

* update tfcoop

* add python gt data

* add labels to panda test

* expand test data

* rename optpanda to boa (#144)

* fix typo (#148)

* fix typo

* update aactions

* update aactions

* update aactions

* update aactions

* fix motif saving pairs

* fix motif saving pairs

* fix motif saving pairs

* fix motif saving pairs

* Update README.md
  • Loading branch information
marouenbg committed Jun 28, 2023
1 parent afa8ba3 commit 9a842bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]

steps:

Expand All @@ -37,9 +37,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
with:
release: R2020a

- name: install bedtools ubuntu
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-20.04'
run: |
wget https://github.com/arq5x/bedtools2/releases/download/v2.29.0/bedtools-2.29.0.tar.gz
tar -zxvf bedtools-2.29.0.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
[![Documentation Status](https://readthedocs.org/projects/netzoom/badge/?version=latest)](https://netzoom.readthedocs.io/en/latest/?badge=latest)
[![tutorials](https://img.shields.io/badge/netZooM-tutorials-9cf)](https://github.com/netZoo/netZooM/tree/master/tutorials)

netZooM is tested on: (OS: Ubuntu) X (Language: MATLAB)
netZooM is tested on: (OS: Ubuntu 20.04) X (Language: MATLAB R2020a)

## Description
netZooM is a MATLAB package of network methods.

## Zoo animals
(gpu)PANDA, (gpu)LIONESS, (gpu)PUMA, (gpu)SPIDER, optPANDA, and OTTER.
(gpu)PANDA, (gpu)LIONESS, (gpu)PUMA, (gpu)SPIDER, BOA, and OTTER.

## Quick guide
Clone the repository into your local disk:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion netZooM/tools/PANDA.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
% Outputs:
% RegNet : inferred gene-TF regulatory network
% Author(s):
% Kimberley Glass
% Kimberly Glass
% Publications:
% https://doi.org/10.1371/journal.pone.0064832

Expand Down

0 comments on commit 9a842bc

Please sign in to comment.