Skip to content

Commit

Permalink
fix uploading of local samplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Nov 8, 2023
1 parent 331ff48 commit 3c8f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ _get_samplesheet() {
mv "$local_samplesheet" /home/dnanexus/runfolder/SampleSheet.csv

# upload to get a dx file ID to pass to downstream scatter jobs
samplesheet=$(dx upload --brief "$local_samplesheet")
samplesheet=$(dx upload --brief runfolder/SampleSheet.csv)
else
dx-jobutil-report-error "No SampleSheet could be found."
exit 1
Expand Down

0 comments on commit 3c8f030

Please sign in to comment.