Skip to content
New issue

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

awk: program limit exceeded: maximum number of fields size=32767 #34

Open
rafaeltiveron opened this issue Aug 31, 2019 · 2 comments
Open

Comments

@rafaeltiveron
Copy link

rafaeltiveron commented Aug 31, 2019

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
@rafaeltiveron
Copy link
Author

I've substituted awk for gawk. I'll test and tell if it works.

@rafaeltiveron
Copy link
Author

Worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant