Commit 76aa515d authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

add verbose output for debugging

parent 300711eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -784,6 +784,9 @@ else
                echo "Error: conflict between technology selected for the new job and other jobs currently running"
                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"\n Submitted configuration with barcode length (${barcode_length}), UMI length (${umilength), and whitelist barcodes (${barcodefile})"
                fi
                exit 1
            fi
        else