How do I do -e?
linux@DESKTOP-JS6SA18 D:\Documents\NYU\Projects\Gunsalus\Code\QKI5dimer    
> mutate_bases -e "c=D s=2 m=U" 4jvh_250749_RNA.pdb 4jvh_250749_RNA_mut.pdb
===========================================================================
NAME                                                                       
        mutate_bases -- mutate bases, with backbone conformation unchanged 
SYNOPSIS                                                                   
        mutate_bases [OPTIONS] mutinfo pdbfile outfile                     
DESCRIPTION                                                                
        perform in silico base mutations of 3-dimensional nucleic acid     
        structures, with two key and unique features: (1) the sugar-       
        phosphate backbone conformation is untouched; (2) the base         
        reference frame (position and orientation) is reserved, i.e.,      
        the mutated structure shares the same base-pair/step               
        parameters as the original one.                                    
        -e    enumeration of all bases in the structure                    
        -l    name of file which contains a list of mutations              
        'mutinfo' can contain upto 5 fields for each mutation              
                  [name=residue_name] [icode=insertion_code]               
                  chain=chain_id seqnum=residue_number                     
                  mutation=residue_name                                    
            The five fields per mutation can be in any order or CaSe,      
                but must be separated by white space(s) or comma.          
            Each field can be abbreviated to its first character.          
            Multiple mutations on command line are separated by ';'.       
            Fields in [] (i.e., name and icode) are optional.              
            Mutation info should be QUOTED to be taken as one entry.       
INPUT                                                                      
        Nucleic-acid-containing structure file in PDB format               
EXAMPLES                                                                   
            # mutate G2 in chain A of B-DNA 355d to Adenine                
        mutate_bases 'c=a s=2 m=DA' 355d.pdb 355d_G2A.pdb                  
            # mutate the second base-pair G-C to A-T in 355d               
        mutate_bases 'c=a s=2 m=DA; c=B s=23 m=DT' 355d.pdb 355d_GC2AT.pdb 
            # the above also generates file 'mutations.dat'                
            # and the following command gives the same results             
        mutate_bases -l mutations.dat 355d.pdb 355d_GC2AT_v2.pdb           
            # mutate C74 in chain A of tRNA 1evv to U                      
        mutate_bases 'c=A s=74 m=U' 1evv.pdb 1evv_C74U.pdb                 
            # list all bases to be tailored for mutation                   
        mutate_bases -e 355d.pdb stdout                                    
            # enumerate all bases contained in 355d.pdb                    
OUTPUT                                                                     
        mutated structure in PDB format, sharing the same backbone         
        conformation and base pair parameters as the original one.         
SEE ALSO                                                                   
        analyze, find_pair, rebuild                                        
AUTHOR                                                                     
        3DNA v2.3.1-2017jun24, created and maintained by Xiang-Jun Lu (PhD)                                                                           
Please post questions/comments on the 3DNA Forum: 
http://forum.x3dna.org/  Please check '
http://x3dna.org/citations' on how to cite 3DNA --- THANKS!  
===========================================================================