Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Sep 29, 2022
1 parent 1fe7064 commit 88d7814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adapting_new_script_for_computing_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ submit() {
# --> f2 "blabla_R_2.fastq"
#
for f1 in $fastq_dir/*_R_1.fastq; do
id=$(basename ${f1%%_1.fastq})00
id=$(basename ${f1%%_1.fastq})
f1=${id}_1.fastq
f2=${id}_2.fastq
if [ ! -e $fastq_dir/$f2 ]; then
Expand Down

0 comments on commit 88d7814

Please sign in to comment.