Skip to content

Commit

Permalink
Adding example file
Browse files Browse the repository at this point in the history
  • Loading branch information
aditigopalan committed Feb 21, 2025
1 parent 816cddd commit e99633c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions example-input.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
repo_url
https://github.com/PythonOT/POT.git
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ process CheckAlmanack {
script:
"""
mkdir -p ${params.output_dir} # Create the output directory if it doesn't exist
python -c "
python3 -c "
try:
import json
import almanack
Expand Down
7 changes: 7 additions & 0 deletions trace.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
task_id hash native_id name status exit submit duration realtime %cpu peak_rss peak_vmem rchar wchar
1 e3/3b24f1 4515 CloneRepository COMPLETED 0 2025-02-21 11:32:34.250 1.8s 2s - - - - -
3 97/1fb455 4542 CheckReadme COMPLETED 0 2025-02-21 11:32:36.137 80ms 0ms - - - - -
5 e3/d9f5cf 4544 CheckDependencies COMPLETED 0 2025-02-21 11:32:36.142 79ms 0ms - - - - -
4 48/124b2e 4545 CheckTests COMPLETED 0 2025-02-21 11:32:36.146 72ms 0ms - - - - -
2 63/1f590a 4547 CheckAlmanack COMPLETED 0 2025-02-21 11:32:36.150 38.6s 38s - - - - -
6 04/a10dbd 4661 SaveToSynapse COMPLETED 0 2025-02-21 11:33:14.807 4.1s 4s - - - - -

0 comments on commit e99633c

Please sign in to comment.