Skip to content

Commit

Permalink
fix(plasmid): create input directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Mar 19, 2024
1 parent a48c3db commit c9d28e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/filterAnd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
mkdir header
mkdir tmp
mkdir missing
mkdir input

for file in !{contigHeaderFiles}; do
if [ $(wc -l < ${file}) -gt 1 ]; then
Expand Down

0 comments on commit c9d28e5

Please sign in to comment.