Skip to content

Commit

Permalink
suggested changes, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Sep 5, 2024
1 parent d23ee7b commit bd1075e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/rsem/rsem_calculate_expression/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ echo "> Generate index"
rsem-prepare-reference \
--gtf "genes.gtf" \
"genome.fasta" \
"index"\
"index"

mkdir index
mv index.* index/
Expand Down Expand Up @@ -93,4 +93,4 @@ diff $test_dir/output/ref.cnt test.stat/test.cnt || { echo "Stats file is incorr
#####################################################################################################

echo "All tests succeeded!"
exit 0
exit 0
2 changes: 1 addition & 1 deletion src/rsem/rsem_calculate_expression/test_data/script.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

wget wget https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq3/reference/rsem.tar.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq3/reference/rsem.tar.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq3/testdata/GSE110004/SRR6357070_1.fastq.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq3/testdata/GSE110004/SRR6357070_2.fastq.gz

Expand Down

0 comments on commit bd1075e

Please sign in to comment.