config.yaml.ref 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. # Genome, RNA-Seq ref
  13. #############################################
  14. genome: ref/genome.fasta
  15. gtf: ref/genome.gtf
  16. #############################################
  17. # Annotation
  18. #############################################
  19. Annotation_Dir: Annotation
  20. Annotation_Input: ref/protein_longest.fasta
  21. data_type: prot #nucl | prot
  22. diamond_nr_db: /share/bioinfo/database/diamond_db/nr
  23. #############################################
  24. # Mapping
  25. #############################################
  26. Mapping_Dir: Mapping
  27. #############################################
  28. # Quantification
  29. #############################################
  30. Quantification_Dir: Quantification
  31. #############################################
  32. # Expression Analysis
  33. #############################################
  34. ExprAnalysis_Dir: ExprAnalysis
  35. pc_num: 3
  36. de_method: DESeq2
  37. de_log2FoldChange: 1
  38. de_padj: 0.05
  39. contrasts: contrasts.txt