Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Jan 3, 2018
1 parent bc50844 commit 2c3d6be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/overview.org
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#+BEGIN_SRC groovy :tangle ../main.nf
process recentLTRs {
container 'robsyme/nf-repeatmasking'
cache 'deep'
cache 'deep'

input:
file 'genome.fasta' from reference
Expand Down Expand Up @@ -162,7 +162,7 @@
#+BEGIN_SRC groovy :tangle ../main.nf
process olderLTRs {
container 'robsyme/nf-repeatmasking'
cache 'deep'
cache 'deep'

input:
file 'genome.fasta' from reference
Expand Down
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log.info ""

process recentLTRs {
container 'robsyme/nf-repeatmasking'
cache 'deep'
cache 'deep'

input:
file 'genome.fasta' from reference
Expand Down Expand Up @@ -79,7 +79,7 @@ CRL_Step2.pl \

process olderLTRs {
container 'robsyme/nf-repeatmasking'
cache 'deep'
cache 'deep'

input:
file 'genome.fasta' from reference
Expand Down

0 comments on commit 2c3d6be

Please sign in to comment.