- or download this
my $001= "prob_001";
my $002= "prob_002";
...
#Brainextraction
foreach ("001", "002", "003")
- or download this
$ cat zombie
cp $1 $2
- or download this
ken@titan ~/tmp/pm_11137850/whole_head
$ for i in `ls -1 wh_*`; do echo $i; cat $i; done
...
ken@titan ~/tmp/pm_11137850/just_brain
$ ls -l
total 0
- or download this
#!/usr/bin/env perl
...
return;
}
- or download this
system(ZOMBIE, INDIR."/wh_$_", OUTDIR."/jb_$_") for @filters;
- or download this
ken@titan ~/tmp/pm_11137850
$ perl -T ./pm_11137850_system.pl -filters 001,004
...
W_001
jb_004
Z_004
- or download this
ken@titan ~/tmp/pm_11137850
$ ./pm_11137850_system.pl -filters 003
...
Y_003
jb_004
Z_004
- or download this
ken@titan ~/tmp/pm_11137850
$ ./pm_11137850_system.pl -outdir /fred -indir wilma
Invalid input directory name: 'wilma'
Non-existent output directory: '/fred'
No filters specified.