Skip to content

Instantly share code, notes, and snippets.

@patidarr
Created November 29, 2016 14:22
Show Gist options
  • Save patidarr/b09b30934c057e82baea41f1f12d3805 to your computer and use it in GitHub Desktop.
Save patidarr/b09b30934c057e82baea41f1f12d3805 to your computer and use it in GitHub Desktop.
zcat ${sample}_R1.fastq.gz |sed -e '4~4y/KLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~/""""""""""""""""""""""""""""""""""""""""""""""""""""/' |gzip >${sample}_R1.fixed.fastq.gz &
zcat ${sample}_R2.fastq.gz |sed -e '4~4y/KLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~/""""""""""""""""""""""""""""""""""""""""""""""""""""/' |gzip >${sample}_R2.fixed.fastq.gz &
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment