Skip to content

Commit

Permalink
fix get candidate summary info bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fei0810 committed May 10, 2021
1 parent 19587bb commit a11e47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tritimap/rules/candidate_summary.smk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rule CandidateSummary:
input:
blastinfo = dir_path+"/07_assembleout/{bulk}_candidate_denovo_blast_anno.txt",
pfaminfo = dir_path+"/07_assembleout/{bulk}_candidate_denovo_blast_anno.txt",
pfaminfo = dir_path+"/07_assembleout/{bulk}_candidate_denovo_pfam_anno.txt",
mappinginfo = dir_path+"/07_assembleout/{bulk}_candidate_denovo2ref.info.txt"
params:
scriptdir = script_dir
Expand Down

0 comments on commit a11e47f

Please sign in to comment.