-
Notifications
You must be signed in to change notification settings - Fork 34
/
files.txt
78 lines (78 loc) · 1.9 KB
/
files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.gitignore
.travis.yml
CITATION.md
Gemfile
LICENSE
README.md
Rakefile
bin/transrate
deps/blast.yaml
deps/deps.yaml
docs/transrate_logo_full.png
ext/transrate/extconf.rb
ext/transrate/transrate.c
files.txt
lib/transrate.rb
lib/transrate/assembly.rb
lib/transrate/cmd.rb
lib/transrate/cmdline.rb
lib/transrate/comparative_metrics.rb
lib/transrate/contig.rb
lib/transrate/contig_metrics.rb
lib/transrate/read_metrics.rb
lib/transrate/salmon.rb
lib/transrate/score_optimiser.rb
lib/transrate/snap.rb
lib/transrate/transrater.rb
lib/transrate/version.rb
lib/transrate/writer.rb
packaging/build_deps_linux.sh
packaging/build_deps_macosx.sh
packaging/bundler-config
packaging/minify.sh
packaging/transrate
test/data/150uncovered.l.fq
test/data/150uncovered.r.fq
test/data/Os.protein.2.fa
test/data/Os.protein.fa
test/data/assembly.2.fa
test/data/assembly.fasta
test/data/bridging_reads.l.fastq
test/data/bridging_reads.r.fastq
test/data/sorghum_100.fa
test/data/sorghum_transcript.fa
test/data/test.sf
test/data/test_contig_nc1.fa
test/data/test_contig_nc2.fa
test/data/test_contig_nc3.fa
test/data/test_contig_nc4.fa
test/data/test_contig_nc5.fa
test/data/test_contig_nc6.fa
test/data/test_contig_nc7.fa
test/data/test_reference_aa1.fa
test/data/test_reference_nc1.fa
test/data/tiny.sam
test/helper.rb
test/test_assembly.rb
test/test_cmd.rb
test/test_cmdline.rb
test/test_comp_metrics.rb
test/test_contig.rb
test/test_contig_metrics.rb
test/test_inline.rb
test/test_optimiser.rb
test/test_read_metrics.rb
test/test_salmon.rb
test/test_snap.rb
test/test_transrate.rb
test/test_transrater.rb
test/vagrant/centos_6.5_64/Vagrantfile
test/vagrant/debian_7.4_64/Vagrantfile
test/vagrant/debian_7.4_64/provision.sh
test/vagrant/fedora_20_64/Vagrantfile
test/vagrant/fedora_20_64/provision.sh
test/vagrant/linux-x86_64/Vagrantfile
test/vagrant/osx/Vagrantfile
test/vagrant/ubuntu_12.04_64/Vagrantfile
test/vagrant/ubuntu_12.04_64/provision.sh
transrate.gemspec