Skip to content

Commit

Permalink
changed log handling in skylines first step
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Jul 25, 2023
1 parent 61c6b0e commit 427ff63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/skyline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ process SKYLINE_ADD_LIB {
wine SkylineCmd \
--in="${skyline_template_zipfile.baseName}" \
--log-file=skyline_add_library.log \
--import-fasta="${fasta}" \
--add-library-path="${blib}" \
--out="results.sky" \
--save \
--share-zip="results.sky.zip" \
--share-type="complete"
--share-type="complete" \
2>&1 | tee skyline_add_library.log \
"""

stub:
Expand Down

0 comments on commit 427ff63

Please sign in to comment.