assemblerflow / flowcraft

FlowCraft: a component-based pipeline composer for omics analysis using Nextflow. :whale::package:
GNU General Public License v3.0
241 stars 44 forks source link

Update utils.py - fix regex #198

Closed cimendes closed 5 years ago

cimendes commented 5 years ago

With the \w hyphens were not included, so the inspect breaks when the paths or the nf file contained this character as it could not correctly parse the .nextflow.log. Altered this to . to allow any character.

codecov-io commented 5 years ago

Codecov Report

Merging #198 into dev will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #198      +/-   ##
==========================================
+ Coverage   43.94%   43.97%   +0.02%     
==========================================
  Files          67       67              
  Lines        6039     6042       +3     
==========================================
+ Hits         2654     2657       +3     
  Misses       3385     3385
Impacted Files Coverage Δ
flowcraft/generator/utils.py 100% <100%> (ø) :arrow_up:
flowcraft/tests/test_broadcast.py 100% <100%> (ø) :arrow_up:

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 1e89b0f...ba29411. Read the comment docs.