McIntosh-Lab / tvb-ukbb

TVB-UKBB Pipeline: TheVirtualBrain implementation of the UK Biobank pipeline
Other
23 stars 12 forks source link

switched queue from all.q to bigmem_16.q #6

Closed noahfl closed 4 years ago

noahfl commented 4 years ago

used command

grep -rl all.q . --exclude-dir=.git | xargs sed -i 's/all.q/bigmem_16.q/g'

to swap out all.q and bigmem_16.q

noahfl commented 4 years ago

tested and working