Skip to content

Commit

Permalink
madroot err
Browse files Browse the repository at this point in the history
  • Loading branch information
cactuskid committed Apr 11, 2024
1 parent a5edbb8 commit 12024d0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions 3diphy
Submodule 3diphy added at d19092
Binary file modified src/__pycache__/AFDB_tools.cpython-310.pyc
Binary file not shown.
Binary file modified src/__pycache__/foldseek2tree.cpython-310.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion workflow/fold_tree
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rule mad_root_post:
#"config/fold_tree.yaml"
"foldtree"
input:
"{folder}/{mattype}_struct_tree.PP.nwk"
"{folder}/{mattype}_struct_tree.PP.nwk.rooted"
output:
"{folder}/{mattype}_struct_tree.PP.nwk.rooted.final"
log:
Expand Down Expand Up @@ -102,6 +102,7 @@ rule foldseek_allvall_1:
shell:
foldseekpath + " easy-search {wildcards.folder}/structs/ {wildcards.folder}/structs/ {wildcards.folder}/allvall_1.csv {wildcards.folder}/tmp --format-output 'query,target,fident,alnlen,mismatch,gapopen,qstart,qend,tstart,tend,evalue,bits,lddt,lddtfull,alntmscore' --exhaustive-search --alignment-type 2 -e inf --threads " + str(config['foldseek_cores'])


rule dl_ids_sequences:
conda:
#"config/fold_tree.yaml"
Expand Down

0 comments on commit 12024d0

Please sign in to comment.