3 off-topic replies have been merged into an existing topic: 12s database using rescript - australian taxa only?
Please keep replies on-topic in the future.
3 off-topic replies have been merged into an existing topic: 12s database using rescript - australian taxa only?
Please keep replies on-topic in the future.
An off-topic reply has been split into a new topic: Merge CO1 artifacts
Please keep replies on-topic in the future.
An off-topic reply has been split into a new topic: Error following COI database tutorial
Please keep replies on-topic in the future.
I ran into the same issue and fixed it by following these commands:
getconf ARG_MAX
echo ${#myval}
$myval
into a separate .sed
file. echo "$myval" > commands.sed
sed
with the -f
(file) option: sed -f commands.sed bold_allrawSeqs.fasta > cleaned_bold_allrawSeqs.fasta
This last line takes a few minutes to run (~ 10 min)