Skip to content

Instantly share code, notes, and snippets.

@macmanes
Last active February 19, 2016 22:03
Show Gist options
  • Save macmanes/208b1f5f6c7d5bfc1e35 to your computer and use it in GitHub Desktop.
Save macmanes/208b1f5f6c7d5bfc1e35 to your computer and use it in GitHub Desktop.
BinTools bs

using the 'Binary', which looks like it has to be compiled..

The program runs, has obvious fatal errors, still gives the Congratulations! Your job is finished! FML...

$ ./BinPacker -s fq -p pair -l ./sample_test/reads.left.fq -r ./sample_test/reads.right.fq -m RF -k 25 -g 200                                │························································
Processing data...                                                                                                                                                                   │························································
./plugins/fastool/fastool --rev --to-fasta ./sample_test/reads.left.fq >reads.left.fa                                                                                                │························································
./BinPacker: line 180: ./plugins/fastool/fastool: No such file or directory                                                                                                          │························································
./plugins/fastool/fastool --to-fasta ./sample_test/reads.right.fq >reads.right.fa                                                                                                    │························································
./BinPacker: line 182: ./plugins/fastool/fastool: No such file or directory                                                                                                          │························································
cat ./sample_test/reads.left.fq ./sample_test/reads.right.fq >both.fa                                                                                                                │························································
Processing completele!                                                                                                                                                               │························································
Constructing Splicing Graph...                                                                                                                                                       │························································
./src/Assemble --reads both.fa -k 25 --pair_end --fr_strand 1 --pair_gap_length 200 --min_seed_coverage 2 --min_seed_entropy 1.5 --min_kmer_coverage 1 --min_kmer_entropy 0.0 --min_j│························································
unction_coverage 2 --debug                                                                                                                                                           │························································
Assembling Transtripts...                                                                                                                                                            │························································
rm: cannot remove ‘/share/BinPacker_binary/RawGraphs/raw_graph.list’: No such file or directory                                                                                      │························································
Processing Splicing Graph: aclocal.m4 Assemble.log AUTHORS autom4te.cache ax_boost_base.m4 BinPacker boost_1_47_0 boost.m4 build-aux ChangeLog conf8633.dir conf8633.file config.h co│························································
nfig.h.in config.log config.status configure configure.ac COPYING glpk-4.40 INSTALL libtool LICENSE log_temp m4 Makefile Makefile.am Makefile.in perllib plugins README run_Me.sh sam│························································
ple_test src stamp-h1 update ...                                                                                                                                                     │························································
./BinPacker: line 261: ./src/packing: No such file or directory                                                                                                                      │························································
cp: cannot stat ‘New_Splicing_Graph.txt’: No such file or directory                                                                                                                  │························································
cp: cannot stat ‘Line_Graph.txt’: No such file or directory                                                                                                                          │························································
./BinPacker: line 302: ./src/read_result: No such file or directory                                                                                                                  │························································
./BinPacker: line 305: ./src/packing: No such file or directory                                                                                                                      │························································
cp: cannot stat ‘Line_Graph.txt’: No such file or directory                                                                                                                          │························································
./BinPacker: line 345: ./src/read_result: No such file or directory                                                                                                                  │························································
awk: fatal: cannot open file `BinPacker.fa' for reading (No such file or directory)                                                                                                  │························································
./BinPacker: line 350: ./src/change_fasta: No such file or directory                                                                                                                 │························································
./BinPacker: line 351: ./src/Find_errors: No such file or directory                                                                                                                  │························································
rm: cannot remove ‘Packing_dog_new_temp.fa’: No such file or directory                                                                                                               │························································
rm: cannot remove ‘Raw_New_Splicing_Graph.txt’: No such file or directory                                                                                                            │························································
Congratulations! Your job is finished!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment