Skip to content

Commit d55bd19

Browse files
committed
Add TODO
1 parent ccb25e8 commit d55bd19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflows/litscan/litscan-search-new-ids.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ process submit_ids {
9090
if [ -s new_ids.txt ]; then
9191
# new_ids.txt is not empty
9292
# get original ids (not in lowercase)
93+
# TODO: improve performance. This step may take a long time depending on the number of IDs.
9394
while IFS= read -r line; do
9495
grep -ixF "\$line" all_ids.txt | head -1 >> results.txt
9596
done < new_ids.txt

0 commit comments

Comments
 (0)