This commit is contained in:
IvisTang 2025-12-17 20:22:04 +08:00
parent 0d31d42de4
commit d8888b8589
3 changed files with 37 additions and 4 deletions

1
.gitignore vendored
View File

@ -13,7 +13,6 @@
98.results/*
99.scripts/bucky/
99.scripts/phyparts/
.pueue.yml
run.status
!*/_description.md
tmp/

34
.pueue.yml Normal file
View File

@ -0,0 +1,34 @@
client:
restart_in_place: true
read_local_logs: true
show_confirmation_questions: false
edit_mode: toml
show_expanded_aliases: false
dark_mode: false
max_status_lines: null
status_time_format: '%H:%M:%S'
status_datetime_format: |-
%Y-%m-%d
%H:%M:%S
daemon:
pause_group_on_failure: false
pause_all_on_failure: false
compress_state_file: false
callback: /home/ywtang/bin/pueue-ntfy "{{ id }}" "{{ command }}" "{{ path }}" "{{ result }}"
env_vars: {}
callback_log_lines: 10
shell_command: null
shared:
pueue_directory: /home/ywtang/project/biyelunwen/.pueue
runtime_directory: null
alias_file: null
use_unix_socket: true
unix_socket_path: null
unix_socket_permissions: 448
host: 127.0.0.1
port: '6924'
pid_path: null
daemon_cert: /home/ywtang/project/biyelunwen/.pueue/certs/daemon.cert
daemon_key: /home/ywtang/project/biyelunwen/.pueue/certs/daemon.key
shared_secret_path: /home/ywtang/project/biyelunwen/.pueue/shared_secret
profiles: {}

View File

@ -45,7 +45,7 @@ end
subgraph subgraph2[Step2. 同源基因集聚类]
direction LR
ass[转录本]:::warn --> CDS[预测CDS抽取最长转录本的最长ORF作为输入CDSTransDecoder]:::done
ass[转录本]:::warn --> CDS[预测CDS抽取最长转录本的最长ORF作为输入CDSTD2]:::done
CDS --> reducedCDS[单样本CDS序列去冗余CD-HIT]:::done
reducedCDS --> ortho[基因家族聚类得到低拷贝同源基因集OrthoFinder]:::done
ortho --> homolog[将枣的同源基因整合到低拷贝同源基因集中, hmmer]:::done
@ -53,7 +53,7 @@ end
subgraph subgraph3[Step3. 基因集筛选与基因树]
direction LR
homo[低拷贝同源基因集]:::warn --> alignment[基于蛋白序列比对mafft/pal2nal<br>修剪比对序列trimAl]:::done
homo[低拷贝同源基因集]:::warn --> alignment[基于蛋白序列比对macse<br>修剪比对序列trimAl]:::done
alignment --> treeshrink[fasttree快速构树基于长枝吸引treeshrink和比对序列长度过滤基因集]:::done
treeshrink --> modeltest[序列进化模型检验modeltest-ng]:::done
modeltest --> raxml[构建ML单基因树]:::done