Skip to content

Commit

Permalink
Merge pull request #564 from RoanKanninga/master
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Gerbenvandervries authored Jul 1, 2016
2 parents 45d41d2 + 7d16acd commit 7e12a85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compute5/NGS_Automated/copyRawDataToZinc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ do
if md5sum -c $i
then
echo "data copied to zinc" >> $LOGGER
printf "adding samplesheet to rawdata folder .." >> $LOGGER
cp ${SAMPLESHEETSDIR}/${csvFile} .
printf".. done \n" >> $LOGGER
printf ".. done \n" >> $LOGGER
touch $LOGDIR/${filePrefix}.dataCopiedToZinc
touch ${filePrefix}.md5sums.checked
else
Expand Down

0 comments on commit 7e12a85

Please sign in to comment.