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
$ split_fasta.pl -amount 2 dataset_A.fa -force
dataset_A.fa: 98% [==================================*============================================ ]0m00s
LeftNot an ARRAY reference at /usr/local/bin/split_fasta.pl line 118, <$_[...]> line 175365.
$ split_fasta.pl -amount 2 dataset_B.fa -force
dataset_B.fa: 56% [*============================================= ]0m00s
LeftNot an ARRAY reference at /usr/local/bin/split_fasta.pl line 118, <$_[...]> line 7.
$ split_fasta.pl -amount 2 dataset_RNA.fasta -force
Not an ARRAY reference at /usr/local/bin/split_fasta.pl line 118, <$_[...]> line 101.
I checked the code and printed the type of $seq_ref, it was REF, and there was error information:
Virtual timer expired
By the way, I'm writing a FASTA kit, named fakit, and I've done some benchmarks with similar tools, including fasta_utilities. Could you please take few minutes to look and give some advice?
sincerely,
Wei
The text was updated successfully, but these errors were encountered:
Hi @jimhester , it failed to run
split_fasta.pl
I checked the code and printed the type of $seq_ref, it was
REF
, and there was error information:By the way, I'm writing a FASTA kit, named fakit, and I've done some benchmarks with similar tools, including
fasta_utilities
. Could you please take few minutes to look and give some advice?sincerely,
Wei
The text was updated successfully, but these errors were encountered: