Closed cguetot closed 5 years ago
Hi Carlos,
Thanks for giving msCRUSH a try! In order to better assist you, could you please update the full command you used for clustering
and generating consensus
purposes, respectively? Based solely on Segmentation fault (core dumped)
, we cannot troubleshoot the problem quickly
Singularity mscrush:~/projects/emma/new/mscrush/01> generate_consensus_spectrum_for_mscrush D01CS ./mgf/D01 ./mgf/clusters-c*.txt
Loading spectra takes sec: 1.3778e-05
#read spectra: 0
Generating CS for cluster file: [1/5]
file name: ./mgf/clusters-c0.txt
0 clustering done.
Generating CS for cluster file: [2/5]
file name: ./mgf/clusters-c2.txt
Segmentation fault (core dumped)
It seems like I didn't add the last parameter (mgf files path).
My mistake!
I will continue testing mscrush.
tack!
Now it ran, but I noted that all floats are reported with 3 decimals. how can I increase it to 7 decimals? thanks again
Hi @cguetot , thanks for letting us know that msCRUSH is working for your case. We are making the following changes to msCRUSH, to fulfill your needs.
Thanks for your patience and we should release the new version very soon!
Hi @cguetot , thanks very much for your patience! We have redesigned the whole command line parser, and now it supports flags. As for outputting floats with more decimal places, such as from 3 decimals to 7 decimals, please git pull
msCRUSH, compile and then rerun the command ./generate_consensus_spectrum_for_mscrush
with flag -d 7
. We have also updated the README, and you are more than welcome to go through the changes! Please let me know if I can provide further help.
Hi,
I read the msCRUSH paper and I am interested in using this software. So, I downloaded and compile the code, according to the instructions. However, when I run the
generate_consensus_spectrum_for_mscrush
, I got aSegmentation fault (core dumped)
.I am using Ubuntu 18.04.
best,
Carlos