Skip to content

Commit

Permalink
[automated] Update json files and markdown cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Aug 3, 2023
1 parent 0e82d61 commit 471d6ae
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 80 deletions.
Binary file modified .cache.tar.xz
Binary file not shown.
69 changes: 69 additions & 0 deletions public/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -76390,6 +76390,75 @@
]
}
},
{
"name": "seqkit_fx2tab",
"path": "modules/nf-core/seqkit/fx2tab/meta.yml",
"type": "module",
"meta": {
"name": "seqkit_fx2tab",
"description": "Convert FASTA/Q to tabular format, and provide various information, like sequence length, GC content/GC skew.",
"keywords": [
"fasta",
"fastq",
"text",
"tabular",
"convert"
],
"tools": [
{
"seqkit": {
"description": "Cross-platform and ultrafast toolkit for FASTA/Q file manipulation, written by Wei Shen.\n",
"homepage": "https://github.com/shenwei356/seqkit",
"documentation": "https://bioinf.shenwei.me/seqkit/",
"doi": "10.1371/journal.pone.0163962",
"licence": [
"MIT"
]
}
}
],
"input": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"fastx": {
"type": "file",
"description": "Sequence file in fasta/q format",
"pattern": "*.{fasta,fastq,fa,fq,fas,fna,faa}[.gz,.zst]"
}
}
],
"output": [
{
"meta": {
"type": "map",
"description": "Groovy Map containing sample information\ne.g. [ id:'test', single_end:false ]\n"
}
},
{
"text": {
"type": "file",
"description": "Text file in tabular format",
"pattern": "*.txt[.gz,.zstd,.zst]"
}
},
{
"versions": {
"type": "file",
"description": "File containing software versions",
"pattern": "versions.yml"
}
}
],
"authors": [
"@heuermh"
]
}
},
{
"name": "seqkit_grep",
"path": "modules/nf-core/seqkit/grep/meta.yml",
Expand Down
Loading

0 comments on commit 471d6ae

Please sign in to comment.