Skip to content

Instantly share code, notes, and snippets.

@alanorth
Created November 13, 2014 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanorth/fe768783a28af1497832 to your computer and use it in GitHub Desktop.
Save alanorth/fe768783a28af1497832 to your computer and use it in GitHub Desktop.
Running Mothur on HPC
screen.seqs(fasta=stability.trim.contigs.fasta, group=stability.contigs.groups, maxambig=2, minlength=239, maxlength=260)
#!/bin/env bash
#SBATCH -p
#SBATCH -J mothur
#SBATCH -n 1
module load mothur/1.33.0
mothur batchfile.txt
@kilaza
Copy link

kilaza commented Nov 14, 2014

It started running, but in few minutes i received a msg Write failed: Connection reset by peer
Write failed: Connection reset by peer!, what does this mean? no analysis in progress?
how can I put to run on background, so that even if i log off analysis continues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment