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

Comments

2 comments

  • Comment author
    Ondrej Klempir DNAnexus Team

    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
  • Comment author
    Permanently deleted user

    Thanks you! That worked.

    0

Please sign in to leave a comment.