Procedure for running GARANT

1. Copy the initial.gar, comp.gar and write.gar default scripts from 
   /data/elgar/cesg/methods/garant/ into /data/elgar/target#/3garant dir, 
   along with [target].seq and [target].prot and peaklists from 2spscan.

2. Make directories 1 (initial.gar output) and 1a,1b,1c (comp.gar output)

3. Execute the first garant run by typing in the main garant dir:
   garant initial 1 [seed] [target#] >! run1.out &

4. When the first run is complete, begin three comparison runs by typing:
   garant comp 1a 1 [seed] [target#] >! run1a.out &
                  ^
                  |
     Substitute 1b, 1c and a different seed for other two runs.

5. After verifying the assignments from the first run by looking at strips in 
   hnca, cconh, hncoca, etc. the regions with correct assignments can be fixed 
   using the macro initial_fix.gar. There are three important sets of changes to
   the Garant macro that must be made. (1) Peaklists with verified assignments are 
   named hnca_ass, cconh_ass, etc., and are loaded with the 'load assignments'
   commands near the bottom of the macro. (2) Make sure that a 'reset user assignments' 
   command is executed for each peaklist that contains assignments to be held fixed.
   (3) A section from the initial_fix.gar file below illustrates how to fix assignments 
   for a portion of the sequence, in this case residues 20 through 52. 

# insert here fixed assignments
do i 20 52
   fix assignments "HN($i)"
   fix assignments "N($i)"
#   fix assignments "C($i)"
   fix assignments "CA($i)"
   fix assignments "CB($i)"
end do

# insert here fixed assignments
do i 20 52
   fix assignments "*($i)" 
end do
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]2b/ 2021-02-13 18:50 -  
[DIR]3b/ 2021-02-13 18:50 -  
[DIR]4a/ 2021-02-13 18:50 -  
[DIR]4b/ 2021-02-13 18:50 -  
[DIR]4c/ 2021-02-13 18:50 -  
[DIR]5/ 2021-02-13 18:50 -  
[DIR]5b/ 2021-02-13 18:50 -  
[DIR]5b_running/ 2021-02-13 18:50 -  
[DIR]6/ 2021-02-13 18:50 -  
[DIR]6a/ 2021-02-13 18:50 -  
[   ]cconh.peaks 2021-02-13 18:48 24K 
[   ]compare_bl.gar 2021-02-13 18:48 6.3K 
[   ]compare_fix.gar 2021-02-13 18:49 6.6K 
[   ]compare_hcch.gar 2021-02-13 18:48 6.3K 
[   ]hcch.peaks 2021-02-13 18:50 88K 
[   ]hcch.peaks% 2021-02-13 18:49 88K 
[   ]hcch_unfold.peaks 2021-02-13 18:49 88K 
[   ]hcch_unfold.peaks% 2021-02-13 18:48 88K 
[   ]hnca.peaks 2021-02-13 18:48 18K 
[   ]hncacb.peaks 2021-02-13 18:49 30K 
[   ]hncacb_ass.peaks 2021-02-13 18:49 30K 
[   ]hnco.peaks 2021-02-13 18:50 8.9K 
[   ]hncoca.peaks 2021-02-13 18:50 9.3K 
[   ]initial_bl.gar 2021-02-13 18:50 5.2K 
[   ]initial_fix.gar 2021-02-13 18:49 7.3K 
[   ]initial_hcch.gar 2021-02-13 18:49 5.2K 
[   ]write.gar 2021-02-13 18:49 1.4K 
[   ]write_hcch.gar 2021-02-13 18:48 1.4K 
[   ]xeasy.default 2021-02-13 18:48 605K 
[TXT]xeasy.text 2021-02-13 18:48 8  

Procedure for running GARANT

1. Copy the initial.gar, comp.gar and write.gar default scripts from 
   /data/elgar/cesg/methods/garant/ into /data/elgar/target#/3garant dir, 
   along with [target].seq and [target].prot and peaklists from 2spscan.

2. Make directories 1 (initial.gar output) and 1a,1b,1c (comp.gar output)

3. Execute the first garant run by typing in the main garant dir:
   garant initial 1 [seed] [target#] >! run1.out &

4. When the first run is complete, begin three comparison runs by typing:
   garant comp 1a 1 [seed] [target#] >! run1a.out &
                  ^
                  |
     Substitute 1b, 1c and a different seed for other two runs.

5. After verifying the assignments from the first run by looking at strips in 
   hnca, cconh, hncoca, etc. the regions with correct assignments can be fixed 
   using the macro initial_fix.gar. There are three important sets of changes to
   the Garant macro that must be made. (1) Peaklists with verified assignments are 
   named hnca_ass, cconh_ass, etc., and are loaded with the 'load assignments'
   commands near the bottom of the macro. (2) Make sure that a 'reset user assignments' 
   command is executed for each peaklist that contains assignments to be held fixed.
   (3) A section from the initial_fix.gar file below illustrates how to fix assignments 
   for a portion of the sequence, in this case residues 20 through 52. 

# insert here fixed assignments
do i 20 52
   fix assignments "HN($i)"
   fix assignments "N($i)"
#   fix assignments "C($i)"
   fix assignments "CA($i)"
   fix assignments "CB($i)"
end do

# insert here fixed assignments
do i 20 52
   fix assignments "*($i)" 
end do