Closed sminot closed 6 years ago
Hi Sam. Yes, you guessed absolutely right, those '*.mck' files need an extra step (parsing by 'remock'). There are detailed test instructions in the testing page of the wiki. Anyway, I have just added a link to the test instructions on the installation page.
In short, you can do something like:
~/recentrifuge/remock.py -x ~/recentrifuge/test/mock.xlsx -r 35 -g
cd ~/recentrifuge/test
~/recentrifuge/recentrifuge.py -f . -o myTEST.rcf.html -c 3 -y 35 -m 5 -g
To validate the test, please, check the validation section in the testing page.
Please feel free to comment on any other issue or concern. Thanks!
Thanks!
Are there any test files that I can use to check if my installation is working? I tried using the files in the
test/
folder, but I got an error.Command:
Output:
These are probably just the wrong files to use. Can you provide an example command to process the test files in your installation documentation? Thanks!