Entering edit mode
5.9 years ago
nivya.james2016
•
0
Hi all,
Could you help me rectify this error?
mkdir mirdeep_runs/run_13_12_2018_t_16_20_32
#testing input files
#testing input files
started: 16:20:33
sanity_check_mature_ref.pl /home/shanthi/Desktop/Nivya/miRBase/mature_human_miRNA1.fa
Error: problem with /home/shanthi/Desktop/Nivya/miRBase/mature_human_miRNA1.fa
Error in line 5.309: The sequence
contains characters others than [acgtunACGTUN]
Please check your file for the following issues:
I. Sequences are allowed only to comprise characters [ACGTNacgtn].
II. Identifiers are not allowed to have withespaces.
Thanking You in Advance
Hello,
how does
/home/shanthi/Desktop/Nivya/miRBase/mature_human_miRNA1.fa
look at line 5309?You see this easily with
sed -n '5309p' /home/shanthi/Desktop/Nivya/miRBase/mature_human_miRNA1.fa
fin swimmer