finishm 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -1
  3. data/VERSION +1 -1
  4. data/bin/finishm +18 -18
  5. data/ext/mkrf_conf.rb +1 -1
  6. data/finishm.gemspec +23 -19
  7. data/lib/finishm/connect.rb +65 -0
  8. data/lib/priner.rb +3 -3
  9. data/spec/data/gapfilling/5/a.svg +1118 -0
  10. data/spec/data/gapfilling/5/reads.faVanswer.bam +0 -0
  11. data/spec/data/gapfilling/5/reads.faVanswer.bam.bai +0 -0
  12. data/spec/data/gapfilling/5/reads2.fa +17961 -0
  13. data/spec/data/gapfilling/5/to_gapfill.fa +2 -0
  14. data/spec/data/gapfilling/5/velvet23_3.5/Graph2 +8758 -0
  15. data/spec/data/gapfilling/5/velvet23_3.5/LastGraph +8337 -0
  16. data/spec/data/gapfilling/5/velvet23_3.5/Log +210 -0
  17. data/spec/data/gapfilling/5/velvet23_3.5/PreGraph +303 -0
  18. data/spec/data/gapfilling/5/velvet23_3.5/Roadmaps +20440 -0
  19. data/spec/data/gapfilling/5/velvet23_3.5/Sequences +20921 -0
  20. data/spec/data/gapfilling/5/velvet23_3.5/contigs.fa +296 -0
  21. data/spec/data/gapfilling/5/velvet23_3.5/stats.txt +100 -0
  22. data/spec/data/visualise/2_paired_end/a.svg +59 -0
  23. data/spec/data/wander/1/reference.broken.fa +4 -0
  24. data/spec/data/wander/1/reference.fa +2 -0
  25. data/spec/data/wander/1/reference_reads.fa +2004 -0
  26. metadata +23 -20
  27. data/ext/src/third-party/zlib-1.2.3/adler32.o +0 -0
  28. data/ext/src/third-party/zlib-1.2.3/compress.o +0 -0
  29. data/ext/src/third-party/zlib-1.2.3/crc32.o +0 -0
  30. data/ext/src/third-party/zlib-1.2.3/deflate.o +0 -0
  31. data/ext/src/third-party/zlib-1.2.3/example +0 -0
  32. data/ext/src/third-party/zlib-1.2.3/gzio.o +0 -0
  33. data/ext/src/third-party/zlib-1.2.3/infback.o +0 -0
  34. data/ext/src/third-party/zlib-1.2.3/inffast.o +0 -0
  35. data/ext/src/third-party/zlib-1.2.3/inflate.o +0 -0
  36. data/ext/src/third-party/zlib-1.2.3/inftrees.o +0 -0
  37. data/ext/src/third-party/zlib-1.2.3/libz.a +0 -0
  38. data/ext/src/third-party/zlib-1.2.3/minigzip +0 -0
  39. data/ext/src/third-party/zlib-1.2.3/trees.o +0 -0
  40. data/ext/src/third-party/zlib-1.2.3/uncompr.o +0 -0
  41. data/ext/src/third-party/zlib-1.2.3/zutil.o +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finishm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben J. Woodcroft
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-01 00:00:00.000000000 Z
11
+ date: 2016-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bio-ipcress
@@ -416,7 +416,6 @@ files:
416
416
  - ext/src/third-party/zlib-1.2.3/Makefile.in
417
417
  - ext/src/third-party/zlib-1.2.3/README
418
418
  - ext/src/third-party/zlib-1.2.3/adler32.c
419
- - ext/src/third-party/zlib-1.2.3/adler32.o
420
419
  - ext/src/third-party/zlib-1.2.3/algorithm.txt
421
420
  - ext/src/third-party/zlib-1.2.3/amiga/Makefile.pup
422
421
  - ext/src/third-party/zlib-1.2.3/amiga/Makefile.sas
@@ -425,7 +424,6 @@ files:
425
424
  - ext/src/third-party/zlib-1.2.3/as400/readme.txt
426
425
  - ext/src/third-party/zlib-1.2.3/as400/zlib.inc
427
426
  - ext/src/third-party/zlib-1.2.3/compress.c
428
- - ext/src/third-party/zlib-1.2.3/compress.o
429
427
  - ext/src/third-party/zlib-1.2.3/configure
430
428
  - ext/src/third-party/zlib-1.2.3/contrib/README.contrib
431
429
  - ext/src/third-party/zlib-1.2.3/contrib/ada/buffer_demo.adb
@@ -553,11 +551,8 @@ files:
553
551
  - ext/src/third-party/zlib-1.2.3/contrib/vstudio/vc8/zlibvc.vcproj
554
552
  - ext/src/third-party/zlib-1.2.3/crc32.c
555
553
  - ext/src/third-party/zlib-1.2.3/crc32.h
556
- - ext/src/third-party/zlib-1.2.3/crc32.o
557
554
  - ext/src/third-party/zlib-1.2.3/deflate.c
558
555
  - ext/src/third-party/zlib-1.2.3/deflate.h
559
- - ext/src/third-party/zlib-1.2.3/deflate.o
560
- - ext/src/third-party/zlib-1.2.3/example
561
556
  - ext/src/third-party/zlib-1.2.3/example.c
562
557
  - ext/src/third-party/zlib-1.2.3/examples/README.examples
563
558
  - ext/src/third-party/zlib-1.2.3/examples/fitblk.c
@@ -570,22 +565,15 @@ files:
570
565
  - ext/src/third-party/zlib-1.2.3/examples/zpipe.c
571
566
  - ext/src/third-party/zlib-1.2.3/examples/zran.c
572
567
  - ext/src/third-party/zlib-1.2.3/gzio.c
573
- - ext/src/third-party/zlib-1.2.3/gzio.o
574
568
  - ext/src/third-party/zlib-1.2.3/infback.c
575
- - ext/src/third-party/zlib-1.2.3/infback.o
576
569
  - ext/src/third-party/zlib-1.2.3/inffast.c
577
570
  - ext/src/third-party/zlib-1.2.3/inffast.h
578
- - ext/src/third-party/zlib-1.2.3/inffast.o
579
571
  - ext/src/third-party/zlib-1.2.3/inffixed.h
580
572
  - ext/src/third-party/zlib-1.2.3/inflate.c
581
573
  - ext/src/third-party/zlib-1.2.3/inflate.h
582
- - ext/src/third-party/zlib-1.2.3/inflate.o
583
574
  - ext/src/third-party/zlib-1.2.3/inftrees.c
584
575
  - ext/src/third-party/zlib-1.2.3/inftrees.h
585
- - ext/src/third-party/zlib-1.2.3/inftrees.o
586
- - ext/src/third-party/zlib-1.2.3/libz.a
587
576
  - ext/src/third-party/zlib-1.2.3/make_vms.com
588
- - ext/src/third-party/zlib-1.2.3/minigzip
589
577
  - ext/src/third-party/zlib-1.2.3/minigzip.c
590
578
  - ext/src/third-party/zlib-1.2.3/msdos/Makefile.bor
591
579
  - ext/src/third-party/zlib-1.2.3/msdos/Makefile.dj2
@@ -608,9 +596,7 @@ files:
608
596
  - ext/src/third-party/zlib-1.2.3/qnx/package.qpg
609
597
  - ext/src/third-party/zlib-1.2.3/trees.c
610
598
  - ext/src/third-party/zlib-1.2.3/trees.h
611
- - ext/src/third-party/zlib-1.2.3/trees.o
612
599
  - ext/src/third-party/zlib-1.2.3/uncompr.c
613
- - ext/src/third-party/zlib-1.2.3/uncompr.o
614
600
  - ext/src/third-party/zlib-1.2.3/win32/DLL_FAQ.txt
615
601
  - ext/src/third-party/zlib-1.2.3/win32/Makefile.bor
616
602
  - ext/src/third-party/zlib-1.2.3/win32/Makefile.emx
@@ -625,7 +611,6 @@ files:
625
611
  - ext/src/third-party/zlib-1.2.3/zlib.h
626
612
  - ext/src/third-party/zlib-1.2.3/zutil.c
627
613
  - ext/src/third-party/zlib-1.2.3/zutil.h
628
- - ext/src/third-party/zlib-1.2.3/zutil.o
629
614
  - finishm.gemspec
630
615
  - lib/assembly/a_b_visualiser.rb
631
616
  - lib/assembly/acyclic_connection_finder.rb
@@ -662,6 +647,7 @@ files:
662
647
  - lib/assembly/velvet_graph_sequence_extractor.rb
663
648
  - lib/external/VERSION
664
649
  - lib/finishm/assemble.rb
650
+ - lib/finishm/connect.rb
665
651
  - lib/finishm/explore.rb
666
652
  - lib/finishm/finisher.rb
667
653
  - lib/finishm/fluff.rb
@@ -761,9 +747,22 @@ files:
761
747
  - spec/data/gapfilling/4/HOWTO_recreate
762
748
  - spec/data/gapfilling/4/reads.fa.gz
763
749
  - spec/data/gapfilling/5/HOWTO_RECREATE
750
+ - spec/data/gapfilling/5/a.svg
764
751
  - spec/data/gapfilling/5/answer.fna
765
752
  - spec/data/gapfilling/5/gappy.fna
766
753
  - spec/data/gapfilling/5/reads.fa
754
+ - spec/data/gapfilling/5/reads.faVanswer.bam
755
+ - spec/data/gapfilling/5/reads.faVanswer.bam.bai
756
+ - spec/data/gapfilling/5/reads2.fa
757
+ - spec/data/gapfilling/5/to_gapfill.fa
758
+ - spec/data/gapfilling/5/velvet23_3.5/Graph2
759
+ - spec/data/gapfilling/5/velvet23_3.5/LastGraph
760
+ - spec/data/gapfilling/5/velvet23_3.5/Log
761
+ - spec/data/gapfilling/5/velvet23_3.5/PreGraph
762
+ - spec/data/gapfilling/5/velvet23_3.5/Roadmaps
763
+ - spec/data/gapfilling/5/velvet23_3.5/Sequences
764
+ - spec/data/gapfilling/5/velvet23_3.5/contigs.fa
765
+ - spec/data/gapfilling/5/velvet23_3.5/stats.txt
767
766
  - spec/data/gapfilling/5/velvet51_3.5/LastGraph
768
767
  - spec/data/gapfilling/5/velvet51_3.5/Sequences
769
768
  - spec/data/gapfilling/6/random1.fa
@@ -823,12 +822,16 @@ files:
823
822
  - spec/data/velvet_test_trails_reverse/reads_reversed.fa
824
823
  - spec/data/visualise/1/LastGraph
825
824
  - spec/data/visualise/2_paired_end/HOWTO_RECREATE.txt
825
+ - spec/data/visualise/2_paired_end/a.svg
826
826
  - spec/data/visualise/2_paired_end/rand1.fa
827
827
  - spec/data/visualise/2_paired_end/rand2.fa
828
828
  - spec/data/visualise/2_paired_end/with_gaps.fa
829
829
  - spec/data/visualise/2_paired_end/with_gaps.read_pairs.fa.gz
830
830
  - spec/data/wander/1/random1.fa
831
831
  - spec/data/wander/1/random1.sammy.fa
832
+ - spec/data/wander/1/reference.broken.fa
833
+ - spec/data/wander/1/reference.fa
834
+ - spec/data/wander/1/reference_reads.fa
832
835
  - spec/depth_first_search_spec.rb
833
836
  - spec/dijkstra_spec.rb
834
837
  - spec/explore_spec.rb
@@ -863,7 +866,7 @@ files:
863
866
  - validation/gapfill_simulate_perfect.rb
864
867
  homepage: http://github.com/wwood/finishm
865
868
  licenses:
866
- - GPL3+
869
+ - GPL-3.0+
867
870
  metadata: {}
868
871
  post_install_message:
869
872
  rdoc_options: []
@@ -871,9 +874,9 @@ require_paths:
871
874
  - lib
872
875
  required_ruby_version: !ruby/object:Gem::Requirement
873
876
  requirements:
874
- - - ">="
877
+ - - "~>"
875
878
  - !ruby/object:Gem::Version
876
- version: '0'
879
+ version: '2.3'
877
880
  required_rubygems_version: !ruby/object:Gem::Requirement
878
881
  requirements:
879
882
  - - ">="