Skip to content

Commit

Permalink
Merge pull request #13 from eastgenomics/refactor
Browse files Browse the repository at this point in the history
Add --overwrite to dx download (#13)
  • Loading branch information
Aisha-D authored Nov 8, 2023
2 parents e64305a + 331ff48 commit d6ef181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TSO500 v2.0
# TSO500 v2.0.0

## What does this app do?
Runs the Illumina TSO500 local analysis app.
Expand Down
2 changes: 1 addition & 1 deletion src/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ _get_samplesheet() {
if [[ "$samplesheet" ]]; then
# using provided samplesheet
echo "Using provided sample sheet: ${samplesheet_name}"
dx download "$samplesheet" -o runfolder/SampleSheet.csv
dx download "$samplesheet" --overwrite -o runfolder/SampleSheet.csv
elif [[ $(find ./ -regextype posix-extended -iregex '.*sample[-_ ]?sheet.csv$') ]]; then
# Sample sheet not given, try finding it in the run folder
# Use regex to account for anything named differently
Expand Down

0 comments on commit d6ef181

Please sign in to comment.