@@ -26,32 +26,15 @@ See the [Wiki](https://github.com/telatin/learn_bash/wiki) in this repository.
26
26
27
27
28
28
29
- ### 📁 [ misc] ( https://github.com/telatin/learn_bash/tree/master/misc ) 12M
30
-
31
- This is an extra subdirectory, it contains its own README file for details
32
-
33
- - [ README.md] ( https://github.com/telatin/learn_bash/blob/master/misc/README.md )
34
- - 📁 [ ecoli] ( https://github.com/telatin/learn_bash/blob/master/misc/ecoli )
35
- - 📁 [ genbank] ( https://github.com/telatin/learn_bash/blob/master/misc/genbank )
36
- - 📁 [ test] ( https://github.com/telatin/learn_bash/blob/master/misc/test )
37
-
38
-
39
- ### 📁 [ archives] ( https://github.com/telatin/learn_bash/tree/master/archives ) 16K
29
+ ### 📁 [ archives] ( https://github.com/telatin/learn_bash/tree/master/archives ) 20K
40
30
41
31
Archives to test decompression tools
42
32
43
33
- [ archive.tar.gz] ( https://github.com/telatin/learn_bash/blob/master/archives/archive.tar.gz )
44
34
- [ archive.zip] ( https://github.com/telatin/learn_bash/blob/master/archives/archive.zip )
45
35
46
36
47
- ### 📁 [ scripts] ( https://github.com/telatin/learn_bash/tree/master/scripts ) 24K
48
- - [ N50.pl] ( https://github.com/telatin/learn_bash/blob/master/scripts/N50.pl )
49
- - [ install_denovo.sh] ( https://github.com/telatin/learn_bash/blob/master/scripts/install_denovo.sh )
50
- - [ linkweb.sh] ( https://github.com/telatin/learn_bash/blob/master/scripts/linkweb.sh )
51
- - [ weather.pl] ( https://github.com/telatin/learn_bash/blob/master/scripts/weather.pl )
52
-
53
-
54
- ### 📁 [ phage] ( https://github.com/telatin/learn_bash/tree/master/phage ) 2.3M
37
+ ### 📁 [ phage] ( https://github.com/telatin/learn_bash/tree/master/phage ) 4.6M
55
38
56
39
A set of files to test parsing of bioinformatics format, mostly related to PhiX phage.
57
40
@@ -65,26 +48,46 @@ A set of files to test parsing of bioinformatics format, mostly related to PhiX
65
48
- [ vir_cds_from_genomic.fna] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_cds_from_genomic.fna )
66
49
- [ vir_feature_count.txt] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_feature_count.txt )
67
50
- [ vir_feature_table.txt] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_feature_table.txt )
51
+ - [ vir_genomic.fna.amb] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.amb )
52
+ - [ vir_genomic.fna.ann] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.ann )
53
+ - [ vir_genomic.fna.bwt] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.bwt )
54
+ - [ vir_genomic.fna.fai] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.fai )
55
+ - [ vir_genomic.fna.pac] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.pac )
56
+ - [ vir_genomic.fna.sa] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna.sa )
68
57
- [ vir_genomic.fna] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.fna )
69
58
- [ vir_genomic.gbff] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.gbff )
70
59
- [ vir_genomic.gff] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_genomic.gff )
71
60
- [ vir_protein.faa] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_protein.faa )
72
61
- [ vir_protein.gpff] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_protein.gpff )
73
- - [ vir_reads1.fq] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_reads1.fq )
74
- - [ vir_reads2.fq] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_reads2.fq )
75
62
- [ vir_rna_from_genomic.fna] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_rna_from_genomic.fna )
76
63
- [ vir_translated_cds.faa] ( https://github.com/telatin/learn_bash/blob/master/phage/vir_translated_cds.faa )
64
+ - 📁 [ reads] ( https://github.com/telatin/learn_bash/blob/master/phage/reads )
65
+
66
+
67
+ ### 📁 [ misc] ( https://github.com/telatin/learn_bash/tree/master/misc ) 11M
68
+
69
+ This is an extra subdirectory, it contains its own README file for details
70
+
71
+ - [ README.md] ( https://github.com/telatin/learn_bash/blob/master/misc/README.md )
72
+ - 📁 [ ecoli] ( https://github.com/telatin/learn_bash/blob/master/misc/ecoli )
73
+ - 📁 [ genbank] ( https://github.com/telatin/learn_bash/blob/master/misc/genbank )
74
+ - 📁 [ test] ( https://github.com/telatin/learn_bash/blob/master/misc/test )
75
+
76
+
77
+ ### 📁 [ scripts] ( https://github.com/telatin/learn_bash/tree/master/scripts ) 28K
78
+ - [ N50.pl] ( https://github.com/telatin/learn_bash/blob/master/scripts/N50.pl )
79
+ - [ install_denovo.sh] ( https://github.com/telatin/learn_bash/blob/master/scripts/install_denovo.sh )
80
+ - [ linkweb.sh] ( https://github.com/telatin/learn_bash/blob/master/scripts/linkweb.sh )
81
+ - [ weather.pl] ( https://github.com/telatin/learn_bash/blob/master/scripts/weather.pl )
77
82
78
83
79
- ### 📁 [ files] ( https://github.com/telatin/learn_bash/tree/master/files ) 3.5M
84
+ ### 📁 [ files] ( https://github.com/telatin/learn_bash/tree/master/files ) 1.7M
80
85
81
86
Common file formats, both binary (e.g. PNG image) and text files (e.g. CSV). A PDF document is included to see how ` less ` can also handle them.
82
87
83
88
- [ Green_Ok_Icon.png] ( https://github.com/telatin/learn_bash/blob/master/files/Green_Ok_Icon.png )
84
89
- [ R-package-edgeR.pdf] ( https://github.com/telatin/learn_bash/blob/master/files/R-package-edgeR.pdf )
85
90
- [ Sample.pdf] ( https://github.com/telatin/learn_bash/blob/master/files/Sample.pdf )
86
- - [ Sample1_R1.fastq.gz] ( https://github.com/telatin/learn_bash/blob/master/files/Sample1_R1.fastq.gz )
87
- - [ Sample1_R2.fastq.gz] ( https://github.com/telatin/learn_bash/blob/master/files/Sample1_R2.fastq.gz )
88
91
- [ cars.csv] ( https://github.com/telatin/learn_bash/blob/master/files/cars.csv )
89
92
- [ edgeR.url] ( https://github.com/telatin/learn_bash/blob/master/files/edgeR.url )
90
93
- [ introduction.txt] ( https://github.com/telatin/learn_bash/blob/master/files/introduction.txt )
0 commit comments