Skip to content

Commit

Permalink
Create tmp folder in merge_aligns.nf if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fedemantica committed Dec 4, 2024
1 parent 57c381a commit 5974a7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/exorthist/merge_aligns.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ process MERGE_PROT_EX_INT_ALN_INFO {
B4_merge_PROT_EX_INT_aln_info.pl ${comp_id}
# We don't publish part files
mkdir -p FOLDERS_
mv ${comp_id}/*part_* FOLDERS_/
"""
}

0 comments on commit 5974a7c

Please sign in to comment.