Closed shelkmike closed 2 years ago
Hello, thanks for your bug report and suggestions!
To get all the fixes in one go, please download and install the latest release (version 5.4)
Thanks again for your report and suggestion. Kindly let us know if you run across another issue.
Thank you.
I encountered 5 problems with ChIP-AP 5.3:
1) In chipap_installer.py there is a line
conda_dir = '{}/anaconda3'.format(conda_file.split('/anaconda3/')[0])
It will work only if the anaconda installation folder is named "anaconda3". Mine was /home/shelkmike/Work/Tools/Anaconda/ , so I had to edit chipap_installer.py
2) After running chipap_installer.py , the following error of anaconda occured:
ResolvePackageNotFound:
- r-base==3.2.2=0
I had to edit chipap_env_linux.yml and replace
- r-base=3.2.2=0
with- r
3) On https://github.com/JSuryatenggara/ChIP-AP/wiki/Virtual-Machine-Installation-Guide there is a link to a virtual machine https://www.dropbox.com/s/4d3adb6ckof5rti/ChIP-AP_Ubuntu_LTS2004.vhd , but this file has been removed from Dropbox.
4) In chipap.py there is a line
script_version = '5.1'
even though the actual version is 5.3 . This makes chipap.py to print "Newer version of chipap.py is available on our github" when run.5) When run, ChIP-AP printed
The number of ChIP replicates (2) do not equal to control replicates (1). Do you accept this? (Y/N)
Please, make ChIP-AP capable of non-interactive behavior. When running on a computing cluster with a job scheduler like PBS, it is impossible to run interactive programs.