File tree Expand file tree Collapse file tree 3 files changed +25
-19
lines changed Expand file tree Collapse file tree 3 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ sudo: false
4
4
5
5
jobs :
6
6
include :
7
- - stage : compile osx
8
- os : osx
9
- osx_image : xcode10.1
10
- before_install :
11
- - brew install gcc@6
12
- - brew install git-lfs
13
- - git lfs install
14
- before_script :
15
- - git lfs pull
16
- env :
17
- - CMAKE_OPTIONS="-DCMAKE_C_COMPILER=gcc-6 -DCMAKE_CXX_COMPILER=g++-6"
18
- deploy :
19
- provider : releases
20
- api_key : $GITHUB_TOKEN
21
- draft : true
22
- skip_cleanup : true
23
- file : build/sdg-${TRAVIS_OS_NAME}.tar.gz
24
- on :
25
- tags : true
7
+ # - stage: compile osx
8
+ # os: osx
9
+ # osx_image: xcode10.1
10
+ # before_install:
11
+ # - brew install gcc@6
12
+ # - brew install git-lfs
13
+ # - git lfs install
14
+ # before_script:
15
+ # - git lfs pull
16
+ # env:
17
+ # - CMAKE_OPTIONS="-DCMAKE_C_COMPILER=gcc-6 -DCMAKE_CXX_COMPILER=g++-6"
18
+ # deploy:
19
+ # provider: releases
20
+ # api_key: $GITHUB_TOKEN
21
+ # draft: true
22
+ # skip_cleanup: true
23
+ # file: build/sdg-${TRAVIS_OS_NAME}.tar.gz
24
+ # on:
25
+ # tags: true
26
26
- stage : compile linux
27
27
os : linux
28
28
before_script :
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ SDG Classes
11
11
sdglib/classes/LinkedReadsMapper.rst
12
12
sdglib/classes/LongReadsMapper.rst
13
13
sdglib/classes/LinkageMaker.rst
14
+ sdglib/classes/ReadThreadsGraph.rst
14
15
Original file line number Diff line number Diff line change
1
+ ReadThreadsGraph
2
+ =========
3
+
4
+ .. doxygenclass :: ReadThreadsGraph
5
+ :members:
You can’t perform that action at this time.
0 commit comments