Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: torres-alexis/GeneLab_Data_Processing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AstrobioMike/GeneLab_Data_Processing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 62 files changed
  • 1 contributor

Commits on Dec 5, 2023

  1. J-81 PR changes 1

    - Based on:
        3e69f06
        9662c14
        3b7e0ba
        8a158b1
        03618d9
    
    - Added adapter detection for TrimGalore nasa@3b7e0ba
    - Added NF_RCP plugin for dp_tools
    - Added params.outputDir to nextflow.config paths
    - Updated version to 1.0.4 in NF_RCP-F/README.md, Workflow_Documention/README.md
    torres-alexis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    21de7a5 View commit details
    Browse the repository at this point in the history
  2. J-81 PR changes 2

    - Based on:
        f15c099
        36e0e69
        b3684a4
        dca4fda
        2a56552
    
    - Changed RUNHSEET_FROM_GLDS to RUNSHEET_FROM_GLDS, updated dp_tools image containers to 1.3.23
    - Finished migration to local dp_tools
    - RNAseq/Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-F.md: Updated readme to reflect change to use adapter primer detection from TrimGalore
    torres-alexis committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    33e4c31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98af6ca View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. J-81 PR changes 3/3 (no CI changes)

    nasa#29
    - Based on:
        1092e80
        2dd8fce
        11a22f0
        7ba75d0
        4e317f2
        5d35b61
        7d2cc24
        53363e4
        1b6e325
        b5013e9
        574eb79
        fc89c5e
        1500019
        6719218
        35c9823
        af0b716
        cbf6055
        6a0d105
        ee188eb
        a8c65d3
    
    - Changed dge module to DGE_BY_DESEQ2, added test modules
    - Removed deprecated conda support files
    - Updated ensembl file used for test dataset VV
    torres-alexis committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a937a84 View commit details
    Browse the repository at this point in the history
  2. fixed typo

    torres-alexis committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e695720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3206fa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. added suffixes

    torres-alexis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    094c503 View commit details
    Browse the repository at this point in the history
  2. File name suffix changes

    - Added _GLbulkRNAseq to pipeline document, ercc analysis
    torres-alexis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2a1c968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec432ce View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Memory settings changes, dp_tools fix

    default_slurm.config
    - Increased big_mem from 8GB to 32GB, added align_mem label
    
    genome.nf:
    - BUILD_STAR: Lowered STAR memory from 1 * task memory to 0.8 * task memory
    - ALIGN_STAR: Changed memory label from big_mem to align_mem, lowered STAR memory from 1 * task memory to 0.8 * task memory
    - COUNT_ALIGNED: Added big_mem memory label
    
    genelab.nf:
    - GENERATE_MD5SUMS: Added big_mem memory label
    - UPDATE_ISA_TABLES: Added workflow-specific dp_tools folder to input
    
    rseqc.nf:
    - SORT_INDEX_BAM: Lowered samtools memory per thread scaling from 1 * task memory to 0.8 * task memory
    
    main.nf:
    - Added workflow-specific dp_tools folder to input channels for GENERATE_MD5SUMS, UPDATE_ISA_TABLES
    torres-alexis committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8cfa01e View commit details
    Browse the repository at this point in the history
  2. NF_RCP-F 1.0.4

    - Incorporated changes from Jonathan's PRs that were not integrated into the main repo (a937a84)
    	- TrimGalore! will now use autodetect for adaptor type
    	- V&V migrated from dp_tools version 1.1.8 to 1.3.3
    	- Fix for sample wise checks reusing same sample
    	- Workflow usage files will all follow output directory set by workflow user
    - Added '_GLbulkRNAseq' filename suffixes
    torres-alexis committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1e714a2 View commit details
    Browse the repository at this point in the history
Loading