You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found another bug(?) in your code:
during the process to sort the circRNA to output by junction reads count,
since there is no header in your circRNA_list_temp.txt file, so there is no need to add after you open the file, and that consequently makes the first circRNA in the file always lost.
Or you can simply sort -rnk7 circRNA_list_temp.txt >circRNA_list.txt to achieve your goal.
The text was updated successfully, but these errors were encountered:
linatbeishan
changed the title
The first circRNA identfied was ignored from "circRNA_list_temp.txt" to "circRNA_list.txt"
The first circRNA identified was ignored from "circRNA_list_temp.txt" to "circRNA_list.txt"
May 21, 2016
Hi, I found another bug(?) in your code:
during the process to sort the circRNA to output by junction reads count,
since there is no header in your circRNA_list_temp.txt file, so there is no need to add after you open the file, and that consequently makes the first circRNA in the file always lost.
Or you can simply sort -rnk7 circRNA_list_temp.txt >circRNA_list.txt to achieve your goal.
The text was updated successfully, but these errors were encountered: