Rappsilber-Laboratory / build-xiview

GNU General Public License v3.0
2 stars 0 forks source link

message: 'DataFrame' object has no attribute 'peaklistfilename' #114

Open dnz01 opened 1 month ago

dnz01 commented 1 month ago

Keep getting the below error. I have added my peak file as mgf and mzML but same error message

log id: n0pcsaa0hab4meppbj8m09qf09_1729007084.log (include this in the github issue) error type: Error message: 'DataFrame' object has no attribute 'peaklistfilename' id: undefined

colin-combe commented 1 month ago

you are uploading a CSV file for the identifications? to upload a CSV with peak lists the CSV file needs to conform to the "CSV with peaks lists" format described here: https://xiview.org/csv-formats.php

So "peaklistfilename" is a required column, which may be missing? Does this help?