mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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 /
|
||||
RUN conda env create -f /environment.yml && conda clean -a
|
||||
ENV PATH /opt/conda/envs/nf-core-bwa-mem/bin:$PATH
|
||||
|
||||
|
||||
|
|
|
@ -14,4 +14,3 @@ process tcoffee {
|
|||
t_coffee -seq $fasta -outfile ${fasta}.aln
|
||||
"""
|
||||
}
|
||||
|
||||
|
|
|
@ -98,4 +98,3 @@ process TRIM_GALORE {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -43,4 +43,3 @@ processes:
|
|||
authors:
|
||||
- @candiceh08
|
||||
- @chris-cheshire
|
||||
|
||||
|
|
Loading…
Reference in a new issue