wow, thank you so much for the help. But i think (?) i did it with these steps :
cd /home mkdir references; cd references wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta.amb wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta.ann wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta.bwt wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta.pac wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/references/Homo_sapiens_assembly19.fasta.sa mkdir ../restriction_sites; cd ../restriction_sites wget https://s3.amazonaws.com/juicerawsmirror/opt/juicer/restriction_sites/hg19_MboI.txt cd .. git clone https://github.com/theaidenlab/juicer.git ln -s juicer/SLURM/scripts/ scripts cd scripts wget http://hicfiles.tc4ga.com.s3.amazonaws.com/public/juicer/juicer_tools.1.7.6_jcuda.0.8.jar ln -s juicer_tools.1.7.6_jcuda.0.8.jar juicer_tools.jar cd .. mkdir HIC003; cd HIC003 mkdir fastq; cd fastq wget http://juicerawsmirror.s3.amazonaws.com/opt/juicer/work/HIC003/fastq/HIC003_S2_L001_R1_001.fastq.gz wget http://juicerawsmirror.s3.amazonaws.com/opt/juicer/work/HIC003/fastq/HIC003_S2_L001_R2_001.fastq.gz cd .. /home/scripts/juicer.sh -D /home
But still, when i run the script ./juicer.sh , it returns a problem " /opt/juicer/restriction_sites/hg19_MboI.txt does not exist. It must be created before running this script. "
While i have this file in the folder that i created in my /home/app/Desktop/apps/Juicer/restriction_sites
For some reason it tries to run it from opt/
Any idea why? ( i hope i described everything fine )
Follow the Wiki which is even linked on the page you linked.
thanks but the problem was that the script was looking for that file in some other place different than the "installation" folder which was weird. but that is fixed