Skip to content

Commit

Permalink
fix to break and sort
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixAja committed Dec 6, 2023
1 parent f9e7183 commit d81b455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflows/index-generation/index-generation.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,7 @@ task SplitFastaBySeqLengthAndSort {
set -euxo pipefail

total_seqs=$(grep ">" ~{fasta} | wc -l)
ncbi-compress \
--break-up-fasta-by-sequence-length \
ncbi-compress break-up-fasta-by-sequence-length \
--input-fasta ~{fasta} \
--temp-file-output-dir outputs \
--total-sequence-count ${total_seqs} \
Expand Down

0 comments on commit d81b455

Please sign in to comment.