Commit 703771b0 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add verbose output for debugging

parent 3028fb43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -785,7 +785,7 @@ else
                echo "make sure that the barcode length, UMI length, and the whitelist barcodes are the same as the other jobs currently running"
                echo "if confident that no other jobs are running and still get this error, remove $lockfile and try again"
                if [[ $verbose ]]; then
                    echo "\nSubmitted configuration with barcode length (${barcode_length}), UMI length (${umilength), and whitelist barcodes (${barcodefile})"
                    echo "Submitted configuration with barcode length (${barcode_length}), UMI length (${umilength), and whitelist barcodes (${barcodefile})"
                fi
                exit 1
            fi