MatthewHiggins2017 / bioconda-PrimedRPA

GNU General Public License v3.0
17 stars 22 forks source link

Parameters File Could Not Be Opened #12

Open najibveto opened 11 months ago

najibveto commented 11 months ago

hello, i would like to know if it is possible to know the solution for this issue. i installed the PrimedRPA tool following the installtion guidelines:

git clone https://github.com/MatthewHiggins2017/bioconda-PrimedRPA.git
cd ./bioconda-PrimedRPA
conda env create --file=PrimedRPA.yml
conda activate RPA
python setup.py install

then i tried to run the example in wiki: PrimedRPA PrimedRPA_Parameters.txt i got the following error:

Parameters File Could Not Be Opened
Check File Path.
Please run PrimedRPA --help to see valid options

thank you for your help.