Fix editor config styles

This commit is contained in:
Phil Ewels 2020-07-11 13:42:13 +02:00
parent a547f27f21
commit ae38a9bf41
28 changed files with 179 additions and 184 deletions

View file

@ -5,5 +5,3 @@ LABEL authors="Jeremy Guntoro" \
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-bwa-mem/bin:$PATH

View file

@ -14,4 +14,3 @@ process tcoffee {
t_coffee -seq $fasta -outfile ${fasta}.aln
"""
}

View file

@ -98,4 +98,3 @@ process TRIM_GALORE {

View file

@ -43,4 +43,3 @@ processes:
authors:
- @candiceh08
- @chris-cheshire