File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ nf_core_version: 3.5.1
1212repository_type : pipeline
1313template :
1414 author : Olga Botvinnik
15- description : The best protein annotation pipeline in the world. Protein fasta ->
16- ??? -> Annotations!
15+ description : Generation of sequence-level annotations for amino acid sequences
1716 version : 1.0.0dev
1817 force : true
1918 outdir : .
Original file line number Diff line number Diff line change 44 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66
7- < meta name ="description " content ="nf-core/proteinannotator: The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations! ">
7+ < meta name ="description " content ="nf-core/proteinannotator: Generation of sequence-level annotations for amino acid sequences ">
88 < title > nf-core/proteinannotator Pipeline Report</ title >
99</ head >
1010< body >
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ manifest {
283283 ]
284284 ]
285285 homePage = ' https://github.com/nf-core/proteinannotator'
286- description = """ The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations! """
286+ description = """ Generation of sequence-level annotations for amino acid sequences """
287287 mainScript = ' main.nf'
288288 defaultBranch = ' master'
289289 nextflowVersion = ' !>=25.10.0'
Original file line number Diff line number Diff line change 22 "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
33 "$id" : " https://raw.githubusercontent.com/nf-core/proteinannotator/master/nextflow_schema.json" ,
44 "title" : " nf-core/proteinannotator pipeline parameters" ,
5- "description" : " The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations! " ,
5+ "description" : " Generation of sequence-level annotations for amino acid sequences " ,
66 "type" : " object" ,
77 "$defs" : {
88 "input_output_options" : {
You can’t perform that action at this time.
0 commit comments