Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 288 Bytes

cookbook.md

File metadata and controls

13 lines (9 loc) · 288 Bytes

Cookbook

Only download the top 5 biggest files from a project.

basespace-dl $PROJECT -FF | sort -k1,1hr | head -n 5 | awk '{print $2}' | basespace-dl $PROJECT -f -

Only download the Undetermined files for a project

basespace-dl $PROJECT -U -p "Undetermined"