Hi all,
Not necessarily bioinformatics based but for some of my bioinformatic pipeline intermediate steps I've used awk or sed to perform file manipulation. In a paper or a thesis, would you cite awk and sed?
I don't think I can recall seeing it before in a paper, but I thought I'd ask for your opinions!
Thanks, Amy
Generally I've never bothered citing computer languages or fundamental tools like that. If it comes preinstalled with the OS, that's a pretty good indication it's not needing citations any more, although it's still worth documenting somewhere.
However if it was a non mainstream language or being supported by a single group whose work depends on grants then yes I would definitely cite them. Anyone who works in a scientific field whose career may depend on rather blunt metrics such as paper citation counts deserves to be cited, even if they're getting many thousands of them! (I've been at both ends of the spectrum for this, with minimally cited work and very well cited work. It definitely did matter.)
I've also sometimes cited internet RFCs where a file format specifically utilises a compression protocol or a data-encoding format. That's part of the methods section IMO.
If you used a variant of
awk
(mawk
,gawk
etc) you would want to make a note of that.