-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merging the stable version of the pipeline for the first release (#1)
This PR includes all the development commits for v1.0 of the Shallow-mapping pipeline: * Updating README * Updating schema * Pipeline setting up * Raw-reads preprocesing: qc, trimming and decont * sourmash module added * Post-processing modules added * BWA mapping postprocessing modules * Cleaning modules and adding bam2cov.py script * dram module and core_mode function added * Integrate annotations steps * Refactoring pangenomeDB_builder_codon.py to use exisiting files in codon * nextflow.config and schema update * Script to download databases added * dram distill debug and test data added * Updating decontamination module * Adding pipeline nf-test * Reformat python scripts with black * Diagram updated * Fix linting problems. * Fixes on modules * Test info added to README
- Loading branch information
Showing
78 changed files
with
3,991 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
.nextflow* | ||
work/ | ||
data/ | ||
results/ | ||
.DS_Store | ||
testing/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,53 @@ | ||
lint: | ||
files_exist: | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-shallowmapping_logo_light.png | ||
- docs/images/nf-core-shallowmapping_logo_light.png | ||
- docs/images/nf-core-shallowmapping_logo_dark.png | ||
- .github/ISSUE_TEMPLATE/config.yml | ||
- .github/workflows/awstest.yml | ||
- .github/workflows/awsfulltest.yml | ||
- conf/igenomes.config | ||
- conf/igenomes.config | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-shallowmapping_logo_light.png | ||
- docs/ | ||
- docs/output.md | ||
- docs/README.md | ||
- docs/README.md | ||
- docs/usage.md | ||
- docs/images/nf-core-shallowmapping_logo_dark.png | ||
- docs/images/nf-core-shallowmapping_logo_light.png | ||
- pyproject.toml | ||
- .gitignore | ||
- .github/ISSUE_TEMPLATE/config.yml | ||
- .github/workflows/* | ||
- .github/CONTRIBUTING.md | ||
- .github/PULL_REQUEST_TEMPLATE.md | ||
- conf/igenomes.config | ||
- conf/igenomes.config | ||
- conf/test.config | ||
- conf/test_full.config | ||
- .github/workflows/ci.yml | ||
- lib/Utils.groovy | ||
- lib/WorkflowMain.groovy | ||
- lib/NfcoreTemplate.groovy | ||
- lib/WorkflowShallowmapping.groovy | ||
- lib/nfcore_external_java_deps.jar | ||
files_unchanged: | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-shallowmapping_logo_light.png | ||
- docs/images/nf-core-shallowmapping_logo_light.png | ||
- docs/images/nf-core-shallowmapping_logo_dark.png | ||
- .github/ISSUE_TEMPLATE/bug_report.yml | ||
- CODE_OF_CONDUCT.md | ||
- assets/nf-core-shallowmapping_logo_light.png | ||
- .github/ISSUE_TEMPLATE/bug_report.yml | ||
- .github/CONTRIBUTING.md does not match the template | ||
- .github/PULL_REQUEST_TEMPLATE.md does not match the template | ||
- .github/workflows/branch.yml does not match the template | ||
- .github/workflows/linting_comment.yml does not match the template | ||
- .github/workflows/linting.yml does not match the template | ||
- .gitignore does not match the template | ||
- pyproject.toml does not match the template | ||
multiqc_config: | ||
- report_comment | ||
- report_comment | ||
nextflow_config: | ||
- manifest.name | ||
- manifest.homePage | ||
- process.cpus | ||
- process.memory | ||
- process.time | ||
- custom_config | ||
- manifest.name | ||
- manifest.homePage | ||
- process.cpus | ||
- process.memory | ||
- process.time | ||
- custom_config | ||
repository_type: pipeline | ||
template: | ||
prefix: ebi-metagenomics | ||
skip: | ||
- igenomes | ||
- nf_core_configs | ||
- igenomes | ||
- nf_core_configs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.