forked from genomic-medicine-sweden/gms_16S
-
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.
Merge pull request #5 from SMD-Bioinformatics-Lund/master-html-creati…
…on-with-timestamps Master html creation with timestamps
- Loading branch information
Showing
8 changed files
with
89 additions
and
71 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
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,54 +1,44 @@ | ||
name: "emu_abundance" | ||
## TODO nf-core: Add a description of the module and list keywords | ||
description: A taxonomic profiler for metagenomic 16S data optimized for error prone long reads. | ||
name: "generate_master_html" | ||
description: A python script that utilises jinja2 to generate a .html file containing links to all of the sample's output html files in the form of a table. | ||
keywords: | ||
- Metagenomics | ||
- 16S | ||
- Nanopore | ||
- Web development | ||
- Summary | ||
- HTML | ||
|
||
tools: | ||
- "emu": | ||
## TODO nf-core: Add a description and other details for the software below | ||
description: "Emu is a relative abundance estimator for 16s genomic data." | ||
homepage: "https://gitlab.com/treangenlab/emu" | ||
documentation: "https://gitlab.com/treangenlab/emu" | ||
- "generate_master_html.py": | ||
description: "Generates master.html file" | ||
homepage: "https://github.com/SMD-Bioinformatics-Lund/gms_16S/blob/main/bin/generate_master_html.py" | ||
documentation: "None" | ||
tool_dev_url: "None" | ||
doi: "https://doi.org/10.1038/s41592-022-01520-4" | ||
licence: "['MIT']" | ||
doi: "None" | ||
licence: "None" | ||
|
||
## TODO nf-core: Add a description of all of the variables used as input | ||
input: | ||
# Only when we have meta | ||
- meta: | ||
type: map | ||
description: | | ||
Groovy Map containing sample information | ||
e.g. [ id:'test', single_end:false ] | ||
# | ||
## TODO nf-core: Delete / customise this example input | ||
- reads: | ||
- csv: | ||
type: file | ||
description: fastq.gz file containing metagenomic 16S data | ||
pattern: "*.{fastq.gz}" | ||
description: csv file containing information regarding 16S metagenomic data | ||
pattern: "*.{csv}" | ||
|
||
## TODO nf-core: Add a description of all of the variables used as output | ||
output: | ||
#Only when we have meta | ||
- meta: | ||
type: map | ||
description: | | ||
Groovy Map containing sample information | ||
e.g. [ id:'test', single_end:false ] | ||
# | ||
- versions: | ||
type: file | ||
description: File containing software versions | ||
pattern: "versions.yml" | ||
## TODO nf-core: Delete / customise this example output | ||
- report: | ||
- html: | ||
type: file | ||
description: Report (tsv file) over detected species and estimated number of reads and relative abundance | ||
pattern: "*{.tsv}" | ||
description: HTML file containing table with links to sample outputs | ||
pattern: "*{.html}" | ||
|
||
authors: | ||
- "@ryanjameskennedy" |
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