Skip to content

Commit

Permalink
run test_init
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Aug 17, 2023
1 parent 8b9c75c commit fce58e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Empty file modified test/test_ci.sh
100644 → 100755
Empty file.
11 changes: 8 additions & 3 deletions test/test_init.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ databaseDir="test/databases"

create_reads_dir() {

local reads_dir="$12"
local reads_dir="$1"
local N=$2

echo "touch reads dir"
Expand All @@ -36,15 +36,20 @@ done



echoe "test to create projects for N samples"


for N in 5 10 50 300 ;
do

WD="test/test_init/$N"
echo "test init with $N samples"

WD="test/test_init/$N"
reads_dir="test/test_init/reads_${N}_samples/"

rm -rf $WD $reads_dir



create_reads_dir $reads_dir $N

atlas init --db-dir $databaseDir -w $WD $reads_dir
Expand Down

0 comments on commit fce58e0

Please sign in to comment.