-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trouble getting started #2
Comments
The problem is that no features are extracted. (Not sure why).
|
I have tried the following:
with the same result Thanks for the update, I am looking forward to it. |
What OS are you using? Try using the absolute file path. |
Also - the Tail command outputs lines ; It could have messed up the fasta On Wed, Sep 9, 2015 at 4:08 PM, cnjr2 [email protected] wrote:
Dan Ofer - דן עופר Photography |
Thanks Dan for your reply and the recent update. I have now fixed the
which gives this now:
Hence it does now seem to produce the features (i.e. the files p.s.: I am on a Mac. |
There might be an issue with the "dir" option. (We didn't use it while Try running a "test case", with one of the other "labeling" options, I.e
|
I have now tried changing to the
that gives:
|
With --classType file - your "classes" should be in 2 seperate multifasta e.g. (In case you have 2 classes) And use this dir as the trainingSetDir On Sun, Sep 20, 2015 at 2:17 PM, cnjr2 [email protected] wrote:
Dan Ofer - דן עופר Photography |
I now tried:
with I still get:
|
Dear Dan, are there any updates? Thanks for your help! |
Hi,
|
Thanks for the info. I will give it a shot! |
Worst case, just use the features generation methods/featureGen.py Good luck
|
Hi, |
Thank you for the development of ProFET!
I wanted to try it out but I ran into some trouble. It would be great if you could point me towards where I am going wrong.
I am using python 3.4 and I have have installed all the dependencies mentioned in the
README.md
. I have the following folder structure wherefeat_extract
is my working directory:The fasta files were created with the following set of commands:
When running the command:
I get the following error message:
It complains that
./train/trainingSetFeatures.csv' does not exist
. I see that a file with this name is being created in thetrain
folder, however it is a table with only column names (no rows).Thank you for your help.
The text was updated successfully, but these errors were encountered: