Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
===========================================
Coverage 92.403% 92.403%
Complexity 791 791
===========================================
Files 79 79
Lines 2251 2251
Branches 248 248
===========================================
Hits 2080 2080
Misses 132 132
Partials 39 39 |
f462aa8 to
0eb5006
Compare
magicDGS
commented
Oct 4, 2017
docs/_data/faq.yml
Outdated
| id: One | ||
| question: "AssignReadGroupByBarcode 'UNEXPECTED ERROR: 1'" | ||
| answer: 'This error is found in version 1.0.0 when a barcode file with more than one barcode | ||
| answer: '<i><b>This error is solved in versions > 1.0.0</b></i></p> |
Owner
Author
There was a problem hiding this comment.
Missing <p>at the beginning
docs/_data/faq.yml
Outdated
| <code>java -Dsnappy.disable=true -jar ReadTools.jar</code>. | ||
| <p>This is a known bug of one of the libraries used in ReadTools that may be solved | ||
| in the future.</p>' | ||
| answer: '<i><b>This error is solved in versions > 1.0.0</b></i></p> |
Owner
Author
There was a problem hiding this comment.
Missing <p> at the beginning
magicDGS
commented
Oct 4, 2017
scripts/test_documentation.sh
Outdated
| echo "[$(date)] WARNING: download URLs including version ${n} will be ignored (release branch)"; | ||
| ## in case of the release branch, ignore the | ||
| url_ignore="--url-ignore https://github.com/magicDGS/ReadTools/archive/${n}.tar.gz,https://github.com/magicDGS/ReadTools/releases/download/${n}/ReadTools.jar" | ||
| echo "DEBUG: $url_ignore" |
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
===========================================
Coverage 92.403% 92.403%
Complexity 791 791
===========================================
Files 79 79
Lines 2251 2251
Branches 248 248
===========================================
Hits 2080 2080
Misses 132 132
Partials 39 39 |
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
===========================================
Coverage 92.403% 92.403%
Complexity 791 791
===========================================
Files 79 79
Lines 2251 2251
Branches 248 248
===========================================
Hits 2080 2080
Misses 132 132
Partials 39 39 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes updates for CHANGELOG
Closes #325