File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ adrsm -d ./data/genomes ./data/short_genome_list.csv
3131``` 
3232maxime@gph:~$ adrsm --help 
3333usage: ADRSM [-h] [-d DIRECTORY] [-r READLENGTH] [-l LENSTDEV] [-fwd FWDADAPT] 
34-              [-rev REVADAPT] [-e ERROR] [-o OUTPUT] [-q QUALITY] [-s STATS] 
34+              [-rev REVADAPT] [-e ERROR] [-p GEOM_P] [-m MIN] [-M MAX] 
35+              [-o OUTPUT] [-q QUALITY] [-s STATS] 
3536             confFile 
3637
3738Ancient DNA Read Simulator for Metagenomics 
@@ -49,10 +50,13 @@ optional arguments:
4950  -rev REVADAPT  Reverse adaptor. Default = 
5051                 AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGTAGATCTCGGTGGTCGCCGTATCATT 
5152  -e ERROR       Illumina sequecing error. Default = 0.01 
53+   -p GEOM_P      Geometric distribution parameter for deamination. Default = 
54+                  0.5 
55+   -m MIN         Deamination substitution base frequency. Default = 0.001 
56+   -M MAX         Deamination substitution max frequency. Default = 0.3 
5257  -o OUTPUT      Output file basename. Default = ./metagenome.* 
5358  -q QUALITY     Base quality encoding. Default = d (PHRED+64) 
5459  -s STATS       Statistic file. Default = stats.csv 
55- 
5660``` 
5761
5862## Genome directory  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments