Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 11, 2019

Conversation

cimendes
Copy link
Member

@cimendes cimendes commented Jun 8, 2019

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.

remove manifest.config template
adjusted tests for changes
@cimendes cimendes added enhancement New feature or request engine labels Jun 8, 2019
@codecov-io
Copy link

codecov-io commented Jun 8, 2019

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% <ø> (ø) ⬆️
flowcraft/flowcraft.py 60.62% <ø> (-0.21%) ⬇️
flowcraft/generator/engine.py 87.86% <100%> (-0.14%) ⬇️

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.

Copy link
Collaborator

@tiagofilipe12 tiagofilipe12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow this is even simpler. SGTM! 🛫

@@ -8,6 +8,10 @@
- `Concoct`: Clustering metagenomic assembled comtigs with coverage and composition
- `MetaBAT2`: A robust statistical framework for reconstructing genomes from metagenomic data

### Minor/Other changes

- added manifest information to the `nextflow.config` file to allow for remote execution
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How I miss this! 👍

Copy link
Collaborator

@bfrgoncalves bfrgoncalves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just make sure to add a note at the PR description saying that this not solve all #194 issue but only one of the points.

@cimendes cimendes merged commit a50e0ae into dev Jun 11, 2019
@cimendes
Copy link
Member Author

Thanks everyone for your comments!

@cimendes cimendes deleted the manifest_config branch June 11, 2019 11:54
cimendes added a commit that referenced this pull request Jun 18, 2019
* remove submodule from dev install

* fix typo

* Added bwa component

* Added cpus to bwa command

* 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
- Add the manifest information to the `nextflow.config` file

* Added component for haplotypecaller

* Added merge vcfs to haplotypecaller component

* Added mark duplicates component

* Added bam index to mark duplicates

* Added base_recalibrator component

* Removed publishDir for haplotypecaller

* Added apply_bqsr process to base_recalibrator component

* Updated changelog

* Added description to haplotypecaller

* Add check for the location of specific dot files

* Updated changelog

* Updated version
cimendes added a commit that referenced this pull request Jul 4, 2019
* 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
cimendes added a commit that referenced this pull request Sep 16, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants