mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Fix editor config styles
This commit is contained in:
parent
a547f27f21
commit
ae38a9bf41
28 changed files with 179 additions and 184 deletions
|
@ -5,5 +5,3 @@ LABEL authors="Jeremy Guntoro" \
|
||||||
COPY environment.yml /
|
COPY environment.yml /
|
||||||
RUN conda env create -f /environment.yml && conda clean -a
|
RUN conda env create -f /environment.yml && conda clean -a
|
||||||
ENV PATH /opt/conda/envs/nf-core-bwa-mem/bin:$PATH
|
ENV PATH /opt/conda/envs/nf-core-bwa-mem/bin:$PATH
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,4 +14,3 @@ process tcoffee {
|
||||||
t_coffee -seq $fasta -outfile ${fasta}.aln
|
t_coffee -seq $fasta -outfile ${fasta}.aln
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -98,4 +98,3 @@ process TRIM_GALORE {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -43,4 +43,3 @@ processes:
|
||||||
authors:
|
authors:
|
||||||
- @candiceh08
|
- @candiceh08
|
||||||
- @chris-cheshire
|
- @chris-cheshire
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue