-bash: apt-get: command not found
mkdir $HOME/pear git clone https://github.com/xflouris/PEAR.git cd PEAR ./autogen.sh ./configure --prefix=$HOME/pear make make install
Traceback (most recent call last):
File "./test.py", line 51, in <module>
flag = unit_test(test[0], test[1], "temp", test[2])
File "./test.py", line 9, in unit_test
subprocess.call(["../src/pear", "-f", f, "-r", r, "-o", o, "-c", "0"], stdout=open(os.devnull, "w"), stderr=subprocess.STDOUT)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 524, in call
return Popen(*popenargs, **kwargs).wait()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Step 4 misfortune = I do not understand what this line in README means but copied anyway ./pear -f forward_read.fastq -r reverse_read.fastq -o output_prefix, but terminal give another error message.
-bash: ./pear: No such file or directory
Could someone please give me a tip on how to run PEAR in Macbook? The two Illunima reads file names are R1.fastq and R2.fastq, could someone give me a tip in lay-wordings which exact key to type to terminal to run PEAR?
With many thanks!
==> Downloading https://homebrew.bintray.com/bottles-science/pear-0.9.6.maverick
######################################################################## 100.0%
==> Pouring pear-0.9.6.mavericks.bottle.tar.gz
🍺 /usr/local/Cellar/pear/0.9.6: 9 files, 744K
Lucy-MacBook-Air:~ Lucy$
Would you please kindly give me another foolproof tip on what to next? The 2 Illumina reads files I would like to assemble are named R1.fastq and R2.fastq, what do I type to terminal to run PEAR?
Thank you for the valuable help
Lucy
Warning: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated.
==> Tapping homebrew/science
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-science'...
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (9/9), done.
Tapped 0 formulae (37 files, 30.4KB)
Error: No available formula with the name "homebrew/science/pear"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/science is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/science)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
Error: No similarly named formulae found.
Can you suggest what to do here?