| T O P I C R E V I E W |
| Bethany |
Posted - Apr 24 2008 : 6:42:57 PM I know that plans were in the works to get the BIAC QA function running on the cluster. I was wondering if this is up and running yet, and if so how I would go about running QA on the cluster.
Thanks!
|
| 3 L A T E S T R E P L I E S (Newest First) |
| syam.gadde |
Posted - Apr 29 2008 : 6:08:14 PM The timepoint selection for the QA is available on golgi, but I don't believe that version is installed on the cluster yet. To be sure, you can run fmriqa_generate.pl without arguments to get the help message, and see if it has the --timeselect option. |
| Bethany |
Posted - Apr 29 2008 : 5:59:26 PM Great! Thank you.
Question 2: I heard there was something in the works to let us exclude the first few timepoints from the QA (for those of use who aren't using distaqs). Is there something like that ready yet?
Thanks! |
| syam.gadde |
Posted - Apr 25 2008 : 09:18:23 AM Yes, indeed there is. It's the same as if you were running it manually on golgi (except that this needs to be in a script submitted to the cluster):
fmriqa_generate.pl input1.bxh input2.bxh... outputdir
So, you could do:
cd ${EXPERIMENT}/Data/Func/2007XXXX_YYYYY fmriqa_generate.pl run*/run*.bxh QA
You can also use the --overwrite flag if you want to overwrite things without removing them first. Run fmriqa_generate.pl without arguments on the head node or interactive node to get all the options. |