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

added manifest information to the `nextflow.config` file to allow for remote execution #204

Closed cimendes closed 5 years ago

cimendes commented 5 years ago

This is a solution for resolving the issue reported at #194

The manifest.config file has been deprecated and instead it's information (main and nameScript) are now included in nextflow.config file.

codecov-io commented 5 years ago

Codecov Report

Merging #204 into dev will decrease coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev     #204      +/-   ##
=========================================
- Coverage   41.7%   41.64%   -0.07%     
=========================================
  Files         71       71              
  Lines       6433     6426       -7     
=========================================
- Hits        2683     2676       -7     
  Misses      3750     3750
Impacted Files Coverage Δ
flowcraft/tests/test_assemblerflow.py 100% <ø> (ø) :arrow_up:
flowcraft/flowcraft.py 60.62% <ø> (-0.21%) :arrow_down:
flowcraft/generator/engine.py 87.86% <100%> (-0.14%) :arrow_down:

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 bca3be0...51f20e1. Read the comment docs.

cimendes commented 5 years ago

Thanks everyone for your comments!