Commit 770880d8 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

check to skip converting

parent 0f88fd62
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@ if [[ -f ${DIR}-cs/${VERSION}/lib/python/cellranger/barcodes/.last_called ]]
        if [ ! convert ]
            then
            echo "  warning: technology changed to $technology since last run"
            #convert=true
            convert=true
        fi
    fi
else    
@@ -827,12 +827,13 @@ done

echo "convert: $convert"

if [[ $convert ]]
if [[ $convert == true ]]
    then
    if [[ "$technology" == "10x" ]]; then
        echo "    10x files accepted without conversion"
    else
        echo "    converting file from $technology format to 10x format..."
        exit 1
        for fq in "${crR1s[@]}"; do
            echo "        handling $fq"
            if [[ "$technology" == "nadia" ]]; then