seqtrimnext 2.0.59 → 2.0.60

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt DELETED
@@ -1,125 +0,0 @@
1
- bin/create_graphs.rb
2
- bin/extract_seqs.rb
3
- bin/extract_seqs_from_fasta.rb
4
- bin/extract_seqs_from_fastq.rb
5
- bin/fasta2fastq.rb
6
- bin/fastq2fasta.rb
7
- bin/filter_database.rb
8
- bin/gen_qual.rb
9
- bin/get_seq.rb
10
- bin/group_by_range.rb
11
- bin/join_big_illumina_paired.sh
12
- bin/join_ilumina_paired.rb
13
- bin/parse_amplicons.rb
14
- bin/parse_json_results.rb
15
- bin/parse_params.rb
16
- bin/resume_clusters.rb
17
- bin/resume_rejected.rb
18
- bin/reverse_paired.rb
19
- bin/seqtrimnext
20
- bin/split_fastq.rb
21
- bin/split_fasta.rb
22
- bin/split_ilumina_paired.rb
23
- bin/split_paired.rb
24
- History.txt
25
- lib/seqtrimnext/actions/action_ab_adapter.rb
26
- lib/seqtrimnext/actions/action_ab_far_adapter.rb
27
- lib/seqtrimnext/actions/action_ab_left_adapter.rb
28
- lib/seqtrimnext/actions/action_sanger_left_adapter.rb
29
- lib/seqtrimnext/actions/action_sanger_right_adapter.rb
30
- lib/seqtrimnext/actions/action_user_contaminant.rb
31
- lib/seqtrimnext/actions/action_empty_insert.rb
32
- lib/seqtrimnext/actions/action_ignore_repeated.rb
33
- lib/seqtrimnext/actions/action_indetermination.rb
34
- lib/seqtrimnext/actions/action_induced_low_complexity.rb
35
- lib/seqtrimnext/actions/action_insert.rb
36
- lib/seqtrimnext/actions/action_is_contaminated.rb
37
- lib/seqtrimnext/actions/action_key.rb
38
- lib/seqtrimnext/actions/action_left_adapter.rb
39
- lib/seqtrimnext/actions/action_left_primer.rb
40
- lib/seqtrimnext/actions/action_linker.rb
41
- lib/seqtrimnext/actions/action_low_complexity.rb
42
- lib/seqtrimnext/actions/action_low_high_size.rb
43
- lib/seqtrimnext/actions/action_low_quality.rb
44
- lib/seqtrimnext/actions/action_mid.rb
45
- lib/seqtrimnext/actions/action_middle_adapter.rb
46
- lib/seqtrimnext/actions/action_multiple_linker.rb
47
- lib/seqtrimnext/actions/action_paired_reads.rb
48
- lib/seqtrimnext/actions/action_poly_a.rb
49
- lib/seqtrimnext/actions/action_poly_t.rb
50
- lib/seqtrimnext/actions/action_rem_adit_artifacts.rb
51
- lib/seqtrimnext/actions/action_right_adapter.rb
52
- lib/seqtrimnext/actions/action_right_primer.rb
53
- lib/seqtrimnext/actions/action_short_insert.rb
54
- lib/seqtrimnext/actions/action_unexpected_poly_t.rb
55
- lib/seqtrimnext/actions/action_unexpected_vector.rb
56
- lib/seqtrimnext/actions/action_vectors.rb
57
- lib/seqtrimnext/actions/seqtrim_action.rb
58
- lib/seqtrimnext/classes/action_manager.rb
59
- lib/seqtrimnext/classes/em_classes/seqtrim_work_manager.rb
60
- lib/seqtrimnext/classes/em_classes/seqtrim_worker.rb
61
- lib/seqtrimnext/classes/extract_stats.rb
62
- lib/seqtrimnext/classes/gnu_plot_graph.rb
63
- lib/seqtrimnext/classes/graph_stats.rb
64
- lib/seqtrimnext/classes/install_database.rb
65
- lib/seqtrimnext/classes/install_requirements.rb
66
- lib/seqtrimnext/classes/list_db.rb
67
- lib/seqtrimnext/classes/make_blast_db.rb
68
- lib/seqtrimnext/classes/one_blast.rb
69
- lib/seqtrimnext/classes/params.rb
70
- lib/seqtrimnext/classes/piro.rb
71
- lib/seqtrimnext/classes/plugin_manager.rb
72
- lib/seqtrimnext/classes/scan_for_restr_site.rb
73
- lib/seqtrimnext/classes/scbi_stats.rb
74
- lib/seqtrimnext/classes/seqtrim.rb
75
- lib/seqtrimnext/classes/sequence.rb
76
- lib/seqtrimnext/classes/sequence_group.rb
77
- lib/seqtrimnext/classes/sequence_with_action.rb
78
- lib/seqtrimnext/plugins/plugin.rb
79
- lib/seqtrimnext/plugins/plugin_ab_adapters.rb
80
- lib/seqtrimnext/plugins/plugin_sanger_adapters.rb
81
- lib/seqtrimnext/plugins/plugin_adapters.rb
82
- lib/seqtrimnext/plugins/plugin_amplicons.rb
83
- lib/seqtrimnext/plugins/plugin_contaminants.rb
84
- lib/seqtrimnext/plugins/plugin_user_contaminants.rb
85
- lib/seqtrimnext/plugins/plugin_extract_inserts.rb
86
- lib/seqtrimnext/plugins/plugin_find_poly_at.rb
87
- lib/seqtrimnext/plugins/plugin_ignore_repeated.rb
88
- lib/seqtrimnext/plugins/plugin_indeterminations.rb
89
- lib/seqtrimnext/plugins/plugin_key.rb
90
- lib/seqtrimnext/plugins/plugin_linker.rb
91
- lib/seqtrimnext/plugins/plugin_low_complexity.rb
92
- lib/seqtrimnext/plugins/plugin_low_high_size.rb
93
- lib/seqtrimnext/plugins/plugin_low_quality.rb
94
- lib/seqtrimnext/plugins/plugin_mids.rb
95
- lib/seqtrimnext/plugins/plugin_short_insert.rb
96
- lib/seqtrimnext/plugins/plugin_vectors.rb
97
- lib/seqtrimnext/templates/amplicons.txt
98
- lib/seqtrimnext/templates/sanger.txt
99
- lib/seqtrimnext/templates/only_quality.txt
100
- lib/seqtrimnext/templates/genomics_454.txt
101
- lib/seqtrimnext/templates/genomics_454_with_paired.txt
102
- lib/seqtrimnext/templates/genomics_short_reads.txt
103
- lib/seqtrimnext/templates/genomics_short_reads_2.txt
104
- lib/seqtrimnext/templates/transcriptomics_454.txt
105
- lib/seqtrimnext/templates/transcriptomics_short_reads.txt
106
- lib/seqtrimnext/templates/transcriptomics_454_plants.txt
107
- lib/seqtrimnext/utils/extract_samples.rb
108
- lib/seqtrimnext/utils/fasta2xml.rb
109
- lib/seqtrimnext/utils/global_match.rb
110
- lib/seqtrimnext/utils/hash_stats.rb
111
- lib/seqtrimnext/utils/json_utils.rb
112
- lib/seqtrimnext/utils/load_fasta_names_in_hash.rb
113
- lib/seqtrimnext/utils/load_qual_in_hash.rb
114
- lib/seqtrimnext/utils/recover_mid.rb
115
- lib/seqtrimnext/utils/string_utils.rb
116
- lib/seqtrimnext.rb
117
- Manifest.txt
118
- PostInstall.txt
119
- Rakefile
120
- README.rdoc
121
- script/console
122
- script/destroy
123
- script/generate
124
- test/test_helper.rb
125
- test/test_seqtrimnext.rb
data/PostInstall.txt DELETED
@@ -1,7 +0,0 @@
1
- For more information on seqtrimnext, see http://www.scbi.uma.es
2
-
3
- Remember to install the following external prerequisites if you don't have them already installed.
4
-
5
- If you need to install core databases, issue the following command:
6
-
7
- seqtrimnext -i core
data/script/console DELETED
@@ -1,10 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # File: script/console
3
- irb = RUBY_PLATFORM =~ /(:?mswin|mingw)/ ? 'irb.bat' : 'irb'
4
-
5
- libs = " -r irb/completion"
6
- # Perhaps use a console_lib to store any extra methods I may want available in the cosole
7
- # libs << " -r #{File.dirname(__FILE__) + '/../lib/console_lib/console_logger.rb'}"
8
- libs << " -r #{File.dirname(__FILE__) + '/../lib/seqtrimnext.rb'}"
9
- puts "Loading seqtrimnext gem"
10
- exec "#{irb} #{libs} --simple-prompt"
data/script/destroy DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
- APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
3
-
4
- begin
5
- require 'rubigen'
6
- rescue LoadError
7
- require 'rubygems'
8
- require 'rubigen'
9
- end
10
- require 'rubigen/scripts/destroy'
11
-
12
- ARGV.shift if ['--help', '-h'].include?(ARGV[0])
13
- RubiGen::Base.use_component_sources! [:rubygems, :newgem, :newgem_theme, :test_unit]
14
- RubiGen::Scripts::Destroy.new.run(ARGV)
data/script/generate DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
- APP_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..'))
3
-
4
- begin
5
- require 'rubigen'
6
- rescue LoadError
7
- require 'rubygems'
8
- require 'rubigen'
9
- end
10
- require 'rubigen/scripts/generate'
11
-
12
- ARGV.shift if ['--help', '-h'].include?(ARGV[0])
13
- RubiGen::Base.use_component_sources! [:rubygems, :newgem, :newgem_theme, :test_unit]
14
- RubiGen::Scripts::Generate.new.run(ARGV)
data/test/test_helper.rb DELETED
@@ -1,3 +0,0 @@
1
- require 'stringio'
2
- require 'test/unit'
3
- require File.dirname(__FILE__) + '/../lib/seqtrimnext'
@@ -1,11 +0,0 @@
1
- require File.dirname(__FILE__) + '/test_helper.rb'
2
-
3
- class TestSeqtrimnext < Test::Unit::TestCase
4
-
5
- def setup
6
- end
7
-
8
- def test_truth
9
- assert true
10
- end
11
- end