Skip to content
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

add version info #32

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Results can then be exported by selecting `File > Export > To Microsoft Excel…
python xiViewExporter_msannika.py result.xlsx -fasta seq.fasta
```
- **Exporting to [xiFDR](https://github.com/Rappsilber-Laboratory/xiFDR)**
Files needed:
Files needed (requires MS Annika 3.0.2 or later):
- result.xlsx - MS Annika CSM result file (unvalidated) exported to .xlsx
```
# for xiFDR version < 2.2.1
Expand Down Expand Up @@ -169,6 +169,8 @@ xiViewExporter_msannika.exe "202001216_nsp8_trypsin_XL_REP1.xlsx" "202001216_nsp

## Export to [xiFDR](https://github.com/Rappsilber-Laboratory/xiFDR)

**Exporting to and validation with xiFDR requires MS Annika 3.0.2 or later!**

```
EXPORTER DESCRIPTION:
A script to export MS Annika CSM results (.xlsx) to a xiFDR input file (.csv).
Expand Down
Loading