fix: correct the prepare list

This commit is contained in:
kuoi 2024-12-10 14:48:51 +11:00
parent 570e42be0d
commit 85ee70b7e2

View file

@ -84,7 +84,7 @@ Each directory corresponds to each function.
``` ```
cd 00_raw cd 00_raw
ls | sed "s@_R[12].fastq.gz@@g" > ../list ls | sed "s@_R[12].fastq.gz@@g" | uniq > ../list
cd .. cd ..
``` ```