From e0e5f9f0deb2114a82a171156511198704c18bfa Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Tue, 19 Mar 2024 12:13:40 +0100 Subject: [PATCH] Update file UNIX_HPC_exercise_instructions.md --- exercises/UNIX_HPC_exercise_instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/UNIX_HPC_exercise_instructions.md b/exercises/UNIX_HPC_exercise_instructions.md index 04a6d45..9a78ecb 100644 --- a/exercises/UNIX_HPC_exercise_instructions.md +++ b/exercises/UNIX_HPC_exercise_instructions.md @@ -295,8 +295,8 @@ 3. **In VSCode, write a simple script called `copy_and_rename.sh`.** - * Create an empty text file and save it into your `intro_to_unix` directory as `copy_and_rename.sh`. - * In a for loop, go through all fasta files starting with "ompA". + * Create an empty text file and save it into your `intro_to_unix` directory as `copy_and_rename.sh`. On the command line, type `chmod 764 cope_and_rename.sh` - this will you give you permission to execute the script. + * Write your script: In a for loop, go through all fasta files starting with "ompA". * Copy each fasta file. For the name of the new copy, replace "ompA" with "outerMembraneProteinA". * Run the script from within your `intro_to_unix` folder. * *Hint:* Think about our previous exercise where we extracted the variant number. You can use a similar approach here. -- GitLab