Skip to content

Fix for #219 - Bad python2 file lost in the bin folder#224

Open
cimendes wants to merge 10 commits intodevfrom
fix_219
Open

Fix for #219 - Bad python2 file lost in the bin folder#224
cimendes wants to merge 10 commits intodevfrom
fix_219

Conversation

@cimendes
Copy link
Copy Markdown
Member

@cimendes cimendes commented Sep 16, 2019

This PR fixes the issues raised in #219. I've moved the problematic file from the bin folder and into templates, updating it to python3. I've also adjusted the components "remove_host" and "retrieve_mapped" to handle this template file.


This change is Reviewable

ODiogoSilva and others added 10 commits June 18, 2019 09:28
* Dag files (#209)

* move DAG JSON files to the resources directory

* added manifest information to the `nextflow.config` file to allow for remote execution (#204) - Partial solve to #194 issue
- Deprecation of the `manifest.config´ file

* Set phred encoding when it fails to be determined - trimmomatic (#211)

* fix bug publishdir (downsample_fastq component)

* add pphred33 when encoding fails to be determined, if still fails retry with phred64 encoding (trimmomatic component)

* Fix downsample (#222)

* edited file names for downsample fastqs
* stringified depth for file name
@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 16, 2019

Codecov Report

Merging #224 into dev will decrease coverage by 1%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #224      +/-   ##
==========================================
- Coverage   42.34%   41.34%   -1.01%     
==========================================
  Files          72       73       +1     
  Lines        6529     6584      +55     
==========================================
- Hits         2765     2722      -43     
- Misses       3764     3862      +98
Impacted Files Coverage Δ
flowcraft/generator/components/metagenomics.py 100% <ø> (ø) ⬆️
flowcraft/generator/components/mapping.py 100% <ø> (ø) ⬆️
flowcraft/templates/renamePE_samtoolsFASTQ.py 0% <0%> (ø)

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 a2074ca...441daf0. Read the comment docs.

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 98 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.34%. Comparing base (a2074ca) to head (441daf0).
⚠️ Report is 9 commits behind head on dev.

Files with missing lines Patch % Lines
flowcraft/templates/renamePE_samtoolsFASTQ.py 0.00% 98 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #224      +/-   ##
==========================================
- Coverage   42.34%   41.34%   -1.01%     
==========================================
  Files          72       73       +1     
  Lines        6529     6584      +55     
==========================================
- Hits         2765     2722      -43     
- Misses       3764     3862      +98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants