compomics / moFF

A modest Feature Finder (moFF) to extract MS1 intensities from Thermo raw file
Apache License 2.0
33 stars 11 forks source link

moff installation problems #30

Closed assafkacen closed 5 years ago

assafkacen commented 6 years ago

Hi, I am trying to install the moff module. the pymzml package support only python ver 3.4 so I convert the moff.py module to run in python 3.X, It keeps give me errors when I try to work with mzML file. is this the latest version of the code? can you tell me what should be the command line to activate the moff on mzML file?

thanks Assaf

bgruening commented 6 years ago

How are you installing moff? Have you tried using bioconda? https://bioconda.github.io/recipes/moff/README.html

assafkacen commented 6 years ago

Yes – it couldn’t find the package in bioconda channel. I downloaded the package but the code contain many bugs and fail to run – that why I suspect I didn’t download the relevant version. I can send you a list of bugs if its help..

From: Björn Grüning notifications@github.com Sent: Monday, August 6, 2018 12:17 AM To: compomics/moFF moFF@noreply.github.com Cc: Assaf Kacen assaf.kacen@weizmann.ac.il; Author author@noreply.github.com Subject: Re: [compomics/moFF] moff installation problems (#30)

How are you installing moff? Have you tried using bioconda? https://bioconda.github.io/recipes/moff/README.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/compomics/moFF/issues/30#issuecomment-410548691, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Aj2G23hIkseo4bC_k7Qr172lnn9c9_Z4ks5uN2DpgaJpZM4VvXnT.

Maux82 commented 6 years ago

Hi @assafkacen ,

One way to install it and using mzML file, is to install the old version of pymzML that should be still available. Unfortunatly, the new version of pymzML is only available for python 3 but the moving of moFF python 3 is still in our to-do-list.

caleb-easterly commented 6 years ago

Hi @assafkacen,

re: moFF in bioconda - it should be there. Did you add bioconda to the list of channels? The instructions are in https://bioconda.github.io/index.html#set-up-channels

Caleb