The steps and explanations below will be adapted shortly.
- Download the code in this repository.
- Navigate to the download location using the command prompt.
- Install the required packages using
pip install -r requirements.txt.
Use the following command to start the algorithm with the demo data:
$ python Classicol.py -d path_to_the_script -l Demo -s MASCOTYou can use the arguments as follows:
-l Demo(in case you want to test the algorithm) or the folder location containing your personal Mascot *.csv or MaxQuant *.txt output files-s MASCOTorMaxQuant(specify the search engine used)-t(optional) you can restrict the taxonomy by specifying it, e.g., Pecora or multiple taxonomy Pecora|Primates-mspecify the fixed modification used during protein extraction, e.g., C,45.987721 or multiple with C,45.98|M,...-f(optional) location of the folder containing a custom database in fasta format
WARNING: The algorithm can use a substantial amount of the available CPU and memory. When not enough is free, there is a chance the algorithm will go into error.