Closed GoogleCodeExporter closed 9 years ago
Can you confirm that the .bashrc file was appended?
Original comment by martinah...@gmail.com
on 22 Oct 2011 at 6:47
I uploaded an improved installer (biopieces_installer-0.3.sh) which has
improved checks on the appending of the .bashrc. This might give some better
clues on the problem, so try this instead of the old one.
Original comment by martinah...@gmail.com
on 22 Oct 2011 at 8:11
Thanks for your speedy replies! I ran the new biopieces installer and it was
properly appended. However, I got the same error message.
I then located the read_fastq file in the bp_bin folder and tried the following:
[bp_bin] ./read_fastq
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load --
maasha/biopieces (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from ./read_fastq:31:in `<main>'
[bp_bin] ./read_fastq -?
zsh: no matches found: -?
Any suggestions would be highly appreciated!
Original comment by ronny.va...@googlemail.com
on 22 Oct 2011 at 12:37
It appears you are running zsh. Biopieces only run under bash. Try typing bash
on the command line and then bp_test.
Original comment by martinah...@gmail.com
on 22 Oct 2011 at 12:49
Fantastic! It's working now, but there were a few fails (see below). Is this
because I don't have all the pre-requisites installed (e.g. vmatch, etc.)?
Biopieces tested: 68 Tests run: 201 OK: 182 FAIL: 11 WARNING: 8 Time: 151
secs
Testing find_adaptor -a TCGTATGCCGTCTTCTGCTTG -m 0 -i 0 -d 0 -I
$BP_DIR/bp_test/in/find_adaptor.in -O $BP_TMP/manager.find_adaptor.out ... FAIL
Testing find_adaptor -a TCGTATGCCGTCTTCTGCTTG -m 0 -i 0 -d 0 -p -l 5 -I
$BP_DIR/bp_test/in/find_adaptor.in -O $BP_TMP/manager.find_adaptor.out ... FAIL
Testing find_adaptor -a TCGTATGCCGTCTTCTGCTTG -m 10 -i 0 -d 0 -I
$BP_DIR/bp_test/in/find_adaptor.in -O $BP_TMP/manager.find_adaptor.out ... FAIL
Testing find_adaptor -a TCGTATGCCGTCTTCTGCTTG -m 0 -i 10 -d 0 -I
$BP_DIR/bp_test/in/find_adaptor.in -O $BP_TMP/manager.find_adaptor.out ... FAIL
Testing find_adaptor -a TCGTATGCCGTCTTCTGCTTG -m 0 -i 0 -d 10 -I
$BP_DIR/bp_test/in/find_adaptor.in -O $BP_TMP/manager.find_adaptor.out ... FAIL
Testing patscan_seq -I $BP_DIR/bp_test/in/patscan_seq.in.1 -p GACT -O
$BP_TMP/manager.patscan_seq.out ... FAIL
Testing patscan_seq -I $BP_DIR/bp_test/in/patscan_seq.in.1 -p GACT -c -O
$BP_TMP/manager.patscan_seq.out ... FAIL
Testing patscan_seq -I $BP_DIR/bp_test/in/patscan_seq.in.1 -p GACT -i -O
$BP_TMP/manager.patscan_seq.out ... FAIL
Testing patscan_seq -I $BP_DIR/bp_test/in/patscan_seq.in.2 -p RARP -O
$BP_TMP/manager.patscan_seq.out ... FAIL
Testing patscan_seq -I $BP_DIR/bp_test/in/patscan_seq.in.2 -p RARP -i -O
$BP_TMP/manager.patscan_seq.out ... FAIL
Testing plot_distribution -k SEQ_LEN -I $BP_DIR/bp_test/in/plot_distribution.in
-o $BP_TMP/manager.plot_distribution.out -x ... FAIL
Many thanks for your help!
Original comment by ronny.va...@googlemail.com
on 22 Oct 2011 at 12:59
FAILs are due to missing prerequisites (see WARNINGS). find_adaptor and
patscan_seq requires scan_for_matches which is available at the download page.
plot_distribution requires gnuplot (and the right version that correctly prints
the y-axis label using dumb terminal). vmatch_seq requires vmatch etc.
Original comment by martinah...@gmail.com
on 22 Oct 2011 at 1:15
Original issue reported on code.google.com by
ronny.va...@googlemail.com
on 21 Oct 2011 at 10:51