Skip to content

Commit

Permalink
rel -> absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickwurm authored Sep 24, 2024
1 parent b6228f8 commit b8acc00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ cd input

# Link the two compressed FASTQ files (remember that each correspond to one of
# the pair)
ln -s ../../shared/data/reads.pe1.fastq.gz .
ln -s ../../shared/data/reads.pe2.fastq.gz .
ln -s /shared/data/reads.pe1.fastq.gz .
ln -s /shared/data/reads.pe2.fastq.gz .

# Return to the main directory
cd ..
Expand Down

0 comments on commit b8acc00

Please sign in to comment.