diff --git a/steps/fetch_data.cwl b/steps/fetch_data.cwl
index 92fa99700a10ca51a49226809eb02e88da99152c..01dfd604278a68717e938622a2fa40263286e32d 100644
--- a/steps/fetch_data.cwl
+++ b/steps/fetch_data.cwl
@@ -26,9 +26,10 @@ requirements:
           #!/bin/bash
           mkdir out
           cd out
-          turl=`echo $1 | awk '{gsub("srm://srm.grid.sara.nl[:0-9]*","gsiftp://gridftp.grid.sara.nl"); print}'`
-          turl=`echo $turl | awk '{gsub("srm://lta-head.lofar.psnc.pl[:0-9]*","gsiftp://gridftp.lofar.psnc.pl"); print}'`
-          turl=`echo $turl | awk '{gsub("srm://lofar-srm.fz-juelich.de[:0-9]*","gsiftp://lofar-gridftp.fz-juelich.de"); print}'`
-          echo "Downloading $turl"
-          globus-url-copy $turl - | tar -xvf -
-
+          echo "--- untar the tar file from the shared directory into the local tmp directory ---"
+          echo $1
+          echo "---------------------------------------------------------------------------------"
+          cat $1 | tar -xvf -
+          ls -rtl
+          echo "Nico was here!"
+          #globus-url-copy $turl - | tar -xvf -
\ No newline at end of file