fix: correct the prepare list
This commit is contained in:
parent
570e42be0d
commit
85ee70b7e2
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Each directory corresponds to each function.
|
|||
|
||||
```
|
||||
cd 00_raw
|
||||
ls | sed "s@_R[12].fastq.gz@@g" > ../list
|
||||
ls | sed "s@_R[12].fastq.gz@@g" | uniq > ../list
|
||||
cd ..
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue