Dev report
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
8+ 1
− 1
@@ -19,7 +19,7 @@ input_file=$1
@@ -19,7 +19,7 @@ input_file=$1
zcat ${input_file} | awk '{lineKind=(NR-1)%4;}lineKind==0{record=$0; next}lineKind==1{toGet=!($0~/^N*$/); if(toGet) print record}toGet' | gzip -c > ${output_file}
# warning: with no output dir for log.txt, the file is created in \\wsl$\Ubuntu-20.04\home\gael\work\35\b826898b7be994ff13b7bc73bc88d8\
# get the bad sequences + 3 other lines of the fastq #see https://stackoverflow.com/questions/11793942/delete-lines-before-and-after-a-match-in-bash-with-sed-or-awk