config.yaml.denovo 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #############################################
  2. # Sample Info
  3. #############################################
  4. Data_Dir: Data # data after filter
  5. SAMPLES_FILE: samples.txt # data after filter
  6. #############################################
  7. # Software
  8. #############################################
  9. TRINITY_HOME: /share/bioinfo/anaconda3/opt/trinity-2.8.4
  10. #############################################
  11. # Assembly, RNA-Seq denovo
  12. #############################################
  13. Assembly_Dir: Assembly
  14. trinity_max_memory: 180G
  15. busco_database: /share/bioinfo/database/busco/eukaryota_odb9
  16. transcripts: Assembly/corset.fasta # do not change
  17. gene_trans_map: Assembly/corset-clusters_trans_map.txt # do not change
  18. #############################################
  19. # Annotation
  20. #############################################
  21. Annotation_Dir: Annotation
  22. Annotation_Input: Assembly/corset_longest.fasta
  23. data_type: nucl #nucl | prot
  24. diamond_nr_db: /share/bioinfo/database/diamond_db/nr
  25. #############################################
  26. # Mapping
  27. #############################################
  28. Mapping_Dir: Mapping
  29. #############################################
  30. # Quantification
  31. #############################################
  32. Quantification_Dir: Quantification
  33. #############################################
  34. # Expression Analysis
  35. #############################################
  36. ExprAnalysis_Dir: ExprAnalysis
  37. pc_num: 3
  38. de_method: DESeq2
  39. de_log2FoldChange: 1
  40. de_padj: 0.05
  41. contrasts: contrasts.txt