Skip to content

Commit

Permalink
rolled back sdrf parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Jan 9, 2024
1 parent 8237a29 commit 94e6d16
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/local/sdrfparsing/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ process SDRFPARSING {
## -t2 since the one-table format parser is broken in OpenMS2.5
## -l for legacy behavior to always add sample columns
# --extension_convert raw:mzML$extensionconversions # JSP- Leaving here for reference while testing, remove before merging.
# Also remove the definition of extensionconversions above ....
parse_sdrf convert-openms -t2 -l --extension_convert raw:mzML -s ${sdrf} 2>&1 | tee ${sdrf.baseName}_parsing.log
parse_sdrf convert-openms \\
-t2 -l \\
--extension_convert raw:mzML$extensionconversions \\
-s ${sdrf} \\
$args \\
2>&1 | tee ${sdrf.baseName}_parsing.log
mv openms.tsv ${sdrf.baseName}_config.tsv
mv experimental_design.tsv ${sdrf.baseName}_openms_design.tsv
Expand Down

0 comments on commit 94e6d16

Please sign in to comment.