Skip to content
Snippets Groups Projects
Commit 8299e04d authored by Niko Papadopoulos's avatar Niko Papadopoulos
Browse files

script cleanup

- moved to scripts folder
- wrote README
- removed obsolete
- renamed properly
parent 8bc04a68
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -ex
SCRIPT="/g/arendt/npapadop/repos/spongfold/mkdb.sh"
INPUT="/g/arendt/data/spongilla_singlecell_dataset/spongilla_lacustris_Trinity.fasta.transdecoder_70AA_mediumheader.pep"
OUTPUT_DIR="/scratch/npapadop/Spongilla_lacustris_70AAcutoffTransDecoder/"
DB_NAME="spongilla"
sbatch ${SCRIPT} ${INPUT} ${OUTPUT_DIR} ${DB_NAME}
\ No newline at end of file
#!/bin/bash -ex
SCRIPT="/g/arendt/npapadop/repos/spongfold/align.sh"
QUERYDB="/scratch/npapadop/Spongilla_lacustris_70AAcutoffTransDecoder/spongilla"
TARGETDB="/scratch/npapadop/PDB70/PDB70"
RESULTDB="/scratch/npapadop/spongilla_pdb70/result"
TMP="/scratch/npapadop/spongilla_pdb70/tmp"
sbatch ${SCRIPT} ${QUERYDB} ${TARGETDB} ${RESULTDB} ${TMP}
\ No newline at end of file
#!/bin/bash -ex
SCRIPT="/g/arendt/npapadop/repos/spongfold/align.sh"
QUERY="/g/arendt/data/spongilla_singlecell_dataset/spongilla_lacustris_Trinity.fasta.transdecoder_70AA_mediumheader.pep"
DBBASE="/scratch/npapadop"
BASE="/scratch/npapadop"
DB1="Uniref100/Uniref100"
FILTER="1"
sbatch ${SCRIPT} ${QUERY} ${DBBASE} ${BASE} ${DB1} ${FILTER}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment