Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Dec 3, 2024
1 parent d5f59c4 commit b9229d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
}
},
"required": ["fasta"],
"anyOf": [
{ "required": ["sequence"] },
{ "required": ["id"] }
]
"anyOf": [{ "required": ["sequence"] }, { "required": ["id"] }]
}
}
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Below you can find an indicative example of the TSV file with the pLDDT scores p
- 'run/'
- `<SEQUENCE NAME>_helixfold3.pdb` that is the structure with the highest pLDDT score (ranked first)
- `<SEQUENCE NAME>_plddt_mqc.tsv` that presents the pLDDT scores per residue for the predicted model
- `<SEQUENCE NAME>/` that contains the computed MSAs, prediction metadata, ranked structures, raw model outputs etc.
- `<SEQUENCE NAME>/` that contains the computed MSAs, prediction metadata, ranked structures, raw model outputs etc.

</details>

Expand Down
1 change: 0 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ nextflow run nf-core/proteinfold \

This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.


AlphaFold2 regular can be run using this command:

```bash
Expand Down

0 comments on commit b9229d3

Please sign in to comment.