step-by-step guide to get m101 running. Note that the linking into /tmp are needed simply because the used scheduler file is using that location... # svn co https://svn.cct.lsu.edu/repos/saga-projects/applications/digedag # cd digedag/ # make install # cd doc/ # cat README # cd ../external/ # cd Montage_v3.2_beta4/ # make # vim ~/.bashrc (add ./bin/ to path) # source ~/.bashrc # cd ../../examples/data # rm -rf m101.2mass.1.1.0.000278/ # ./create_data.pl # cd .. # make # ./dax_parser # cat data/m101.2mass.1.1.0.000278/dag.xml # cat dax_scheduler.local.fork.txt # cd /tmp/ # ln -s ~/digedag/examples/data/m101.2mass.1.1.0.000278/data ./0 # cd 0 # ln -s $MONTAGE_LOCATION/bin . # cd ~/digedag/examples/ # ./dax_parser data/m101.2mass.1.1.0.000278/dag.xml dax_scheduler.local.fork.txt