Skip to content

Commit

Permalink
Updated subset tesitng
Browse files Browse the repository at this point in the history
  • Loading branch information
cellgeni committed Jan 21, 2025
1 parent d75e912 commit 629c3e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/test_metadata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ OUTPUT_DIR="${GITHUB_WORKSPACE}/output/$SERIES"
# Create output directory and copy all scripts
mkdir -p $OUTPUT_DIR
cp ./scripts/* $OUTPUT_DIR

# Copy subset file if provided
if [[ $SAMPLE_LIST ]]
then
cp $SAMPLE_LIST $OUTPUT_DIR
SAMPLE_LIST=$(basename $SAMPLE_LIST)
fi

# Move to the output directory
cd $OUTPUT_DIR

# Load metadata
Expand Down

0 comments on commit 629c3e1

Please sign in to comment.