Skip to main content
This isn't a bioinformatics community, folks here won't know fastq
Link
terdon
  • 252.2k
  • 69
  • 480
  • 718

md5sum error when trying to run on fastqtext file

Source Link

md5sum error when trying to run on fastq file

I'm trying to run a simple md5sum algorithm, given that I was getting problems before I decided to change my TMP file to a local directory that has enough allocated space (export TMP=some/local/directory. I'm now getting a separate error even after changing the TMP file one more time:

Error:

-bash: md5sum/dev/fd/63: No such file or directory

Bash Command:

-bash-4.2$ md5sum<(sort ./directory/text_file.fastq)