-
Notifications
You must be signed in to change notification settings - Fork 153
Restructure local modules and subworkflows #851
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
683f89e
Replace local pool_ modules by cat/fastq
dialvarezs 1f46623
Improve local modules structure
dialvarezs 61b9f1d
Remove local nanolyse module
dialvarezs 68514c1
Improve structure of local subworkflows
dialvarezs 59388ea
Formatting
dialvarezs f78039e
Update changelog
dialvarezs 0701c85
Address review comments
dialvarezs cdf72b2
Update modules/local/samtools/unmapped/main.nf
dialvarezs 6e13b45
Update changelog
dialvarezs d3340e8
Merge branch 'local-module-restructure' of github.com:dialvarezs/mag …
dialvarezs 3ed9ed8
Flatten local modules and subworkflows
dialvarezs baf9512
Add local subwf meta files
dialvarezs 0f99859
Address comments
dialvarezs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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.
File renamed without changes.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,80 @@ | ||
| # yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json | ||
| name: "ancient_dna_assembly_validation" | ||
| description: Ancient DNA analysis workflow for metagenomic samples | ||
| keywords: | ||
| - ancient DNA | ||
| - aDNA | ||
| - metagenomics | ||
| - authentication | ||
| - damage patterns | ||
| components: | ||
| - bcftools/consensus | ||
| - bcftools/view | ||
| - freebayes | ||
| - pydamage/analyze | ||
| - pydamage/filter | ||
| - samtools/faidx | ||
| input: | ||
| - ch_input: | ||
| description: Assembled contigs with alignment data | ||
| structure: | ||
| - meta: | ||
| type: map | ||
| description: Metadata map | ||
| - contigs: | ||
| type: file | ||
| description: Assembled contigs in FASTA format | ||
| pattern: "*.{fasta,fa}" | ||
| - bam: | ||
| type: file | ||
| description: BAM alignment files | ||
| pattern: "*.bam" | ||
| - bam_index: | ||
| type: file | ||
| description: BAM index files | ||
| pattern: "*.bai" | ||
| output: | ||
| - contigs_recalled: | ||
| description: Damage-corrected contigs | ||
| structure: | ||
| - meta: | ||
| type: map | ||
| description: Metadata map | ||
| - fasta: | ||
| type: file | ||
| description: Corrected contigs in FASTA format | ||
| pattern: "*.{fasta,fa}" | ||
| - pydamage_results: | ||
| description: PyDamage analysis results | ||
| structure: | ||
| - meta: | ||
| type: map | ||
| description: Metadata map | ||
| - csv: | ||
| type: file | ||
| description: Damage pattern analysis in CSV format | ||
| pattern: "*.csv" | ||
| - pydamage_filtered_results: | ||
| description: Filtered PyDamage results | ||
| structure: | ||
| - meta: | ||
| type: map | ||
| description: Metadata map | ||
| - csv: | ||
| type: file | ||
| description: Filtered damage pattern results in CSV format | ||
| pattern: "*.csv" | ||
| - versions: | ||
| type: file | ||
| description: File containing software versions | ||
| pattern: "versions.yml" | ||
| authors: | ||
| - "@maxibor" | ||
| - "@@alexhbnr" | ||
| - "@jfy133" | ||
| maintainers: | ||
| - "@jfy133" | ||
| - "@prototaxites" | ||
| - "@dialvarezs" | ||
| - "@d4straub" | ||
| - "@muabnezor" | ||
|
dialvarezs marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.