Skip to content

Commit

Permalink
Another thing I missed renumbering
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed Oct 8, 2024
1 parent 5628b21 commit dd6a161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .test/assembly_bash.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ echo "Test for episodes/files/assembly_script.sh"

# Test the shell script that should do just one assembly

cp -vf episodes/files/ep11/assembly_script.sh snakemake_data/yeast/
cp -vf episodes/files/ep11/assembly_conda_env.yaml snakemake_data/yeast/
cp -vf episodes/files/ep12/assembly_script.sh snakemake_data/yeast/
cp -vf episodes/files/ep12/assembly_conda_env.yaml snakemake_data/yeast/

cd snakemake_data/yeast

Expand Down
4 changes: 2 additions & 2 deletions .test/assembly_sm.test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "Test for episodes/files/assembly_with_conda.Snakefile"

cp -vf episodes/files/ep11/sample_answer.Snakefile snakemake_data/yeast/Snakefile
cp -vf episodes/files/ep11/assembly_conda_env.yaml snakemake_data/yeast/
cp -vf episodes/files/ep12/sample_answer.Snakefile snakemake_data/yeast/Snakefile
cp -vf episodes/files/ep12/assembly_conda_env.yaml snakemake_data/yeast/

cd snakemake_data/yeast

Expand Down

0 comments on commit dd6a161

Please sign in to comment.