config.yaml.ref 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. 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. emapper: ref/out.emapper.annotations
  24. proteins: ref/proteins.fa
  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