Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FragPipe #761

Merged
merged 34 commits into from
Jul 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d27d280
Initial commit of fragpipe wrapper.
reid-wagner Jul 21, 2022
3eb47a3
Agree to academic license.
reid-wagner Jul 21, 2022
ec09038
Add protein prophet options. Add data type options for sample groups.…
reid-wagner Jul 22, 2022
d68ec98
- Change Galaxy tool version scheme to devX
reid-wagner Oct 15, 2022
491b643
Add decoy and contaminant generation.
reid-wagner Nov 18, 2022
792e33d
Merge remote-tracking branch 'origin/master' into add_fragpipe
reid-wagner May 3, 2023
66f5b07
Current progress, including TMT11.
reid-wagner May 10, 2023
ef47011
Merge remote-tracking branch 'reid-wagner/add_fragpipe' into add_frag…
reid-wagner May 10, 2023
dd5b51f
Final edits for release.
reid-wagner May 7, 2024
f95b7f7
Merge branch 'master' into add_fragpipe
reid-wagner Jun 10, 2024
1c7d2a6
Add /usr/local/lib to LD_LIBRARY_PATH for biocontainer environments.
reid-wagner Jun 14, 2024
fa446d8
Fix tabs in tests.
reid-wagner Jun 14, 2024
ef0f93e
Genericize database line-by-line instead of buffering it entirely in …
reid-wagner Jun 26, 2024
97718b1
Remove input scan format conditional.
reid-wagner Jun 26, 2024
50e9798
Remove -Xmx. FragPipe has its own memory flag.
reid-wagner Jun 27, 2024
749b351
Remove comment and indent.
reid-wagner Jun 27, 2024
18d626f
Use a common name for the database, whether it has decoys/contaminant…
reid-wagner Jun 27, 2024
5c2189e
Make <command> tag easier to follow. Break components into further ma…
reid-wagner Jun 27, 2024
51e7432
Simplify creation of combined_outputs directory.
reid-wagner Jun 27, 2024
46bb7c1
Standardize templating formatting.
reid-wagner Jun 29, 2024
2964cd9
Disable Thermo.raw inputs until mono can be incorporated.
reid-wagner Jun 29, 2024
e82739e
Use GALAXY_SLOTS for FragPipe --threads argument.
reid-wagner Jun 29, 2024
d62e6c8
Add profile attribute to tool.
reid-wagner Jun 29, 2024
2995038
Lower profile version to 20.05.
reid-wagner Jun 29, 2024
3031e8f
Create links to FragPipe installation files in $CONDA_PREFIX. Because…
reid-wagner Jun 29, 2024
93a0352
Copy all FragPipe files from conda install locally.
reid-wagner Jul 5, 2024
b8c1870
Remove unused CWD cheetah variable.
reid-wagner Jul 5, 2024
59d8f7f
Use non-forward slash delimiter.
reid-wagner Jul 5, 2024
f154c6b
Revert "Use non-forward slash delimiter."
reid-wagner Jul 5, 2024
f3870b0
Add wildcard to output data element for log.
reid-wagner Jul 6, 2024
fd36cd4
Fix two bugs: isobaric quant user options not included in workflow, a…
reid-wagner Jul 8, 2024
5732dfa
Standardize command substitution syntax.
reid-wagner Jul 9, 2024
68fb04a
Remove CONDA_PREFIX references.
reid-wagner Jul 9, 2024
7716996
Use @ delimiter in sed expressions.
reid-wagner Jul 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tools/fragpipe/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
@VALIDATION@
@PTM_SHEPHERD@
@LABEL_FREE_QUANTIFICATION@
@ISOBARIC_QUANTIFICATION@

## Populate the workflow with configuration and comment dictionary entries populated by tool params.
#for $comment in $comments
Expand Down Expand Up @@ -1074,7 +1075,7 @@ $kv
#if $cxt.prot_norm != 'None'
#set $wfdict['tmtintegrator.prot_norm'] = $cxt.prot_norm
#end if
#if cxt.glycan_conditional.use_glycan_composition == 'yes'
#if $cxt.glycan_conditional.use_glycan_composition == 'yes'
bernt-matthias marked this conversation as resolved.
Show resolved Hide resolved
#if $cxt.glycan_conditional.mod_tag != 'None'
#set $wfdict['tmtintegrator.mod_tag'] = $cxt.glycan_conditional.mod_tag
#end if
Expand Down