You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bioinformatics.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,17 @@ Programming skills
123
123
-[golang][Biogo](https://github.com/biogo)
124
124
-[golang][bio](https://github.com/shenwei356/bio) - A simple but high-performance bioinformatics package in Go
125
125
126
+
## Sequencing
127
+
128
+
### About reads duplicates
129
+
130
+
> I recommend optical duplicate removal for all HiSeq platforms, for any kind of project in which you expect high library complexity (such as WGS). By optical duplicate, I mean removal of duplicates with very close coordinates on the flow cell
131
+
132
+
-[Duplicates on Illumina](https://www.biostars.org/p/229842/)
133
+
-[Remove duplicates from reads: best practices?](https://www.biostars.org/p/230822/)
134
+
-[`bbmap clumpify` can remove PCR and optical duplicates](https://www.biostars.org/p/225338/#230178)
135
+
-[Deduplication Improves Cost-Efficiency and Yields of De Novo Assembly and Binning of Shotgun Metagenomes in Microbiome Research](https://journals.asm.org/doi/10.1128/spectrum.04282-22)
136
+
126
137
## General file formats
127
138
128
139
-[zindex](https://github.com/mattgodbolt/zindex) - Create an index on a compressed text file
Copy file name to clipboardExpand all lines: golang.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -557,3 +557,4 @@ See more on [awesome-go](https://github.com/avelino/awesome-go), [golang openso
557
557
558
558
-[range over interface{} which stores a slice](https://stackoverflow.com/questions/14025833/range-over-interface-which-stores-a-slice/14026030#14026030)
[How to plot a 2- y axis chart with bars side by side without re-scaling the data](https://stackoverflow.com/questions/54413787/how-to-plot-a-2-y-axis-chart-with-bars-side-by-side-without-re-scaling-the-data/54426831#54426831)
-[How do I use a Bash variable (string) containing quotes in a command?](https://superuser.com/questions/360966/how-do-i-use-a-bash-variable-string-containing-quotes-in-a-command)
0 commit comments