We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem in this script:
${DIR}/assemblies/working/${RUNOUT}.unique.ORP.done:${DIR}/assemblies/${RUNOUT}.ORP.diamond.txt awk '{print $$2}' ${DIR}/assemblies/${RUNOUT}.ORP.diamond.txt | awk -F "|" '{print $$3}' | cut -d _ -f2 | sort | uniq | wc -l > ${DIR}/assemblies/working/${RUNOUT}.unique.ORP.txt touch ${DIR}/assemblies/working/${RUNOUT}.unique.ORP.done
awk: program limit exceeded: maximum number of fields size=32767 FILENAME="-" FNR=10081 NR=10081
The text was updated successfully, but these errors were encountered:
I've substituted awk for gawk. I'll test and tell if it works.
Sorry, something went wrong.
Worked!
No branches or pull requests
Problem in this script:
The text was updated successfully, but these errors were encountered: