Skip to content

Commit

Permalink
adding initial report script #90
Browse files Browse the repository at this point in the history
  • Loading branch information
louisegrimble committed Jan 30, 2025
1 parent dacd99e commit cb69404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/irods/iget-cellranger/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@ printf "%-15s %-10s %-10s %-10s\n" "---------" "-------" "-------" "-------"
# Loop through data
for row in "${data[@]}"; do
printf "%-15s %-10s %-10s %-10s\n" $row
done
done > irods_report.txt
EOF

0 comments on commit cb69404

Please sign in to comment.