cnjr2
cnjr2
I am experiencing exactly the same behabiour as **sudo-bmitch**. ``` # time docker run -ti -v efs-test-volume:/data alpine ls /data real 1m0.797s user 0m0.064s sys 0m0.004s ``` Below is some...
any ideas how to fix this other than @sudo-bmitch 's workaround?
I have tried the following: ``` python pipeline.py --trainingSetDir ./train --testingSetDir ./test --trainFeatures True --testFeatures True --classType file ``` with the same result `./train/trainingSetFeatures.csv' does not exist`. Thanks for the...
Thanks Dan for your reply and the recent update. I have now fixed the `.fasta` files and I have rerun `ProFET` with the same instructions as before: ``` python pipeline.py...
I have now tried changing to the `--classType file` whilst keeping my folder structure the same: ``` python pipeline.py --trainingSetDir ./train --testingSetDir ./test --trainFeatures True --testFeatures True --classType file ```...
I now tried: ``` python pipeline.py --trainingSetDir ./train --testingSetDir ./test --trainFeatures True --testFeatures True --classType file ``` with `feat_extract` being the working directory and the following folder structure: I still...
Dear Dan, are there any updates? Thanks for your help!
Thanks for the info. I will give it a shot!
I get the same.
I would love for this to be available. It has been great going through this PR :) My scenario is to have a media server that accesses data via an...