bcgsc / mavis

Merging, Annotation, Validation, and Illustration of Structural variants
http://mavis.bcgsc.ca
GNU General Public License v3.0
72 stars 13 forks source link

Release/v2.2.9 #235

Closed creisle closed 3 years ago

creisle commented 3 years ago

BugFixes

Improvements

codecov[bot] commented 3 years ago

Codecov Report

Merging #235 (e7127e7) into master (74cc132) will increase coverage by 10.64%. The diff coverage is 78.26%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #235       +/-   ##
===========================================
+ Coverage   80.51%   91.16%   +10.64%     
===========================================
  Files          52       52               
  Lines        9126     9132        +6     
===========================================
+ Hits         7348     8325      +977     
+ Misses       1778      807      -971     
Flag Coverage Δ
unittests 91.16% <78.26%> (+10.64%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mavis/schedule/local.py 73.46% <66.66%> (+47.93%) :arrow_up:
mavis/schedule/pipeline.py 73.31% <90.90%> (+17.62%) :arrow_up:
mavis/annotate/fusion.py 96.02% <0.00%> (+0.33%) :arrow_up:
mavis/bam/cigar.py 98.14% <0.00%> (+0.61%) :arrow_up:
mavis/bam/cache.py 88.31% <0.00%> (+0.64%) :arrow_up:
mavis/schedule/job.py 78.26% <0.00%> (+0.72%) :arrow_up:
mavis/cluster/main.py 90.24% <0.00%> (+0.81%) :arrow_up:
mavis/annotate/genomic.py 93.12% <0.00%> (+1.03%) :arrow_up:
mavis/breakpoint.py 95.00% <0.00%> (+1.53%) :arrow_up:
mavis/illustrate/elements.py 96.37% <0.00%> (+1.69%) :arrow_up:
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 74cc132...e7127e7. Read the comment docs.

creisle commented 3 years ago

The error fix will now report this error

    'The mavis executable was not found on the current PATH. '
FileNotFoundError: The mavis executable was not found on the current PATH. This is required in order to run external scripts. Please add mavis to the PATH with PATH=$PATH:/path/to/mavis/bin

Instead of the less informative

  File "...pipeline.py", line 277, in write_submission_script
    fh.write(' \\\n\t'.join(commands) + '\n\n')
TypeError: sequence item 0: expected str instance, NoneType found