Hi Huw, $cif_file is a variable that holds the sf-cif file downloaded from www.RCSB.org
see line 126 of the script >> cif_file="$pdb_id-sf.cif" After converting the cif to an MTZ, the cif is no longer necessary. That is why the script deletes it (clean up). Best, Donald On Jun 15, 2015, at 3:56 PM, Huw Jenkins <[email protected]> wrote: > >> On 15 Jun 2015, at 20:00, Donald Damian Raymond <[email protected]> wrote: >> >> Hi, >> >> I've written a bash script that does just what you want. > > and potentially deletes a lot of files it didn’t create... > > #cleanup > rm temp* "$cif_file" 2> /dev/null > > > > Huw > >
