Just wondering if there is dx commands that is equivalent to: find /path -name "*.bam" that can list all bam files with complete paths under /path directory. If not how about something like ls */*/*.bam? Thanks for help. Permanently deleted user 19 February 2022 00:00 2 comments Comments 2 comments Sort by Date Votes Ondrej Klempir DNAnexus Team 21 February 2022 15:27 Hi! You may want to try dx find data with three additional parameters specified, i.e. --path PROJECT:FOLDER , --name and --class file, e.g., dx find data --path myproject:/ --name "*.bam" --class file For more details, please see dx find data -h 0 Permanently deleted user 21 February 2022 17:41 Thanks you! That worked. 0 Please sign in to leave a comment.
Comments
2 comments
Hi!
You may want to try dx find data with three additional parameters specified, i.e. --path PROJECT:FOLDER , --name and --class file,
e.g., dx find data --path myproject:/ --name "*.bam" --class file
For more details, please see dx find data -h
Thanks you! That worked.
Please sign in to leave a comment.