Community
    • 登入

    How to mark sequences one line above already marked sequences

    已排程 已置頂 已鎖定 已移動 Help wanted · · · – – – · · ·
    fastamarkbookmark
    3 貼文 2 Posters 2.2k 瀏覽
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • ?
      舊使用者
      最後由 編輯

      Im currently working with a FASTA file containing thousands of nucleotide sequences coupled with an identifier above each said sequence.

      I need to select and bookmark sequences greater than a particular length AND the identifying sequence which lies directly above it. How would I go about doing this?

      I have been using ^.{300,} to mark the sequences which I need, but I don’t know how to also automatically mark the identifiers above them. Any help would be greatly appreciated! Thank you.

      1 條回覆 最後回覆 回覆 引用 0
      • Jim DaileyJ
        Jim Dailey
        最後由 Jim Dailey 編輯

        @Lionel-Waschnig Does this help?

        .+\R.{300,}
        
        1 條回覆 最後回覆 回覆 引用 1
        • ?
          舊使用者
          最後由 編輯

          Perfect - Thank you!

          1 條回覆 最後回覆 回覆 引用 0
          • 第一個貼文
            最後的貼文
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors