-
convert/maxquant_to_h5ad
: Converted script to python and implemented a (preliminary) unit test. -
maxquant/maxquant
: Added parameters:--input_experiment
: Set the experiment label for a given input. Must be undefined or of the same length as--input
.--input_fraction
: Set the fraction for a given input. Must be undefined or of the same length as--input
.--input_ptm
: Set the PTM value for a given input. Must be undefined or of the same length as--input
.--dia_library_type
: Which type of DIA library to use. Must be "MaxQuant" or "tsv".--dia_library
: Path to the DIA library.
maxquant/maxquant
: Fix issue wherelfq_mode
was not being passed to the jinja template.
proteomics/fastadl
: Generates a FASTA sequence database for a given taxonomy using UniProtKB
-
msdial/msdial_gcms
: Use parallel processing for processing input files. -
msdial/msdial_lcms
: Use parallel processing for processing input files. -
maxquant/maxquant
: Themqpar.xml
is now generated by a jinja template instead of a lot of Python code. -
maxquant/maxquant
: Added parameters:--ref_identifier_rule
: The identifier parsing regex for the provided reference fastas. Length must be 1 or match that of the --reference argument.--ref_description_rule
: The description parsing regex for the provided reference fastas. Length must be 1 or match that of the --reference argument.--ref_taxonomy_rule
: The taxonomy parsing regex for the provided reference fastas. Length must be 1 or match that of the --reference argument.--peptides_for_quantification
: Specify how the protein ratios will be calculated.--main_search_max_combinations
: The maximum combinations during the main search.
msdial/msdial_gcms
: Now only accepts one or more input files. Directories are no longer accepted.
msdial/msdial_lcms
: Added MSDial LC/MS DDA/DIA component.
msdial/msdial_gcms
: Added support for setting the name, type, class_id, batch, analytical_order and inject_volume of input files.
convert/thermo_to_mzml
: Revert being able to process input directories. Only allow processing individual input files.
maxquant/maxquant
: Fix refactoring error in script.
Added components:
msdial/msdial_gcms
: Added MSDial GC/MS component.
Major changes:
-
maxquant/maxquant
: Refactored Bash script into a Python script. -
maxquant/maxquant
: Added parameters to tweak the analysis.
Minor changes:
-
convert/thermo_to_mzml
: Allow also processing whole directories instead of individual raw files. -
convert/thermo_to_mzml
: Added unit test.
Added components:
convert/thermo_to_mzml
: Convert a Thermo raw file to mzML.qc/rawbeans
: Perform QC analysis on mzML file.
Major changes:
- Pipeline
maxquant
: Addedrawbeans
to pipeline.
Initial release of mspipeline.
Added components:
maxquant/maxquant
: Running a MaxQuant analysis with mostly default parameters.convert/maxquant_to_h5ad
: Converting a MaxQuant output folder to an AnnData file.download/sync_resources_test
: Download testing resources from S3 to theresources_test/
directory.
Nextflow workflows:
maxquant
: Starting from Thermo Raw files, run MaxQuant and convert the outputs to AnnData.