We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6eac2 commit c63d74cCopy full SHA for c63d74c
presentation/linux_bash_metacentrum_course.tex
@@ -3592,3 +3592,4 @@ \subsection{The very end}
3592
% * More examples about software on MetaCentrum, scripts (on MetaCentrum)
3593
% * More about regular expressions
3594
% * AWK: https://www.gnu.org/software/gawk/manual/ http://www.grymoire.com/Unix/Awk.html https://en.wikibooks.org/wiki/An_Awk_Primer
3595
+% * gunzip -c XXX.fastq.gz | awk 'NR%4==2{ print length($0) }' | uniq -c
0 commit comments