config.yaml.denovo 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. EMAPPER_HOME: /share/bioinfo/software/eggnog-mapper-1.0.3
  11. #############################################
  12. # Assembly, RNA-Seq denovo
  13. #############################################
  14. Assembly_Dir: Assembly
  15. trinity_max_memory: 180G
  16. busco_database: /share/bioinfo/database/busco/eukaryota_odb9
  17. transcripts: Assembly/corset.fasta # do not change
  18. gene_trans_map: Assembly/corset-clusters_trans_map.txt # do not change
  19. diamond_nr_db: /share/bioinfo/database/diamond_db/nr
  20. #############################################
  21. # Annotation
  22. #############################################
  23. Annotation_Dir: Annotation
  24. Annotation_Input: Assembly/corset_longest.fasta
  25. data_type: nucl #nucl | prot
  26. diamond_nr_db: /share/bioinfo/database/diamond_db/nr
  27. #############################################
  28. # Mapping
  29. #############################################
  30. Mapping_Dir: Mapping
  31. #############################################
  32. # Quantification
  33. #############################################
  34. Quantification_Dir: Quantification
  35. #############################################
  36. # Expression Analysis
  37. #############################################
  38. ExprAnalysis_Dir: ExprAnalysis
  39. pc_num: 3
  40. de_method: DESeq2
  41. de_log2FoldChange: 1
  42. de_padj: 0.05
  43. contrasts: contrasts.txt