This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skchronicles
added a commit
that referenced
this pull request
Apr 10, 2020
* Fix sequenza error * Scrnaseq (#437) Scrnaseq: miRNA-seq changes and scRNA-seq changes * Symlink counts matrix if "counts/" exists in users rawdata directory * Dectect if users is starting from a raw counts matrix * Updating pop-up box dialogue after detection of new counts matrix filetype * Find differential expression metadata in "/path/to/rawdata/counts/" * Readability: checking for counts matrix outside conditional statement * Adding "--alignEndsProtrude 10 ConcordantPair --peOverlapNbasesMin 10" to the first and second pass of STAR * Explicitly loading 'python/2.7': default version of python changing to '3.7' Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: wong-nw <[email protected]> Co-authored-by: jlac <[email protected]>
skchronicles
added a commit
that referenced
this pull request
Apr 10, 2020
* scRNASeq changes Feb 2020 * March updates * Merging activeDev for v4.0.1 release (#444) * Fix sequenza error * Scrnaseq (#437) Scrnaseq: miRNA-seq changes and scRNA-seq changes * Symlink counts matrix if "counts/" exists in users rawdata directory * Dectect if users is starting from a raw counts matrix * Updating pop-up box dialogue after detection of new counts matrix filetype * Find differential expression metadata in "/path/to/rawdata/counts/" * Readability: checking for counts matrix outside conditional statement * Adding "--alignEndsProtrude 10 ConcordantPair --peOverlapNbasesMin 10" to the first and second pass of STAR * Explicitly loading 'python/2.7': default version of python changing to '3.7' Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: wong-nw <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]>
skchronicles
added a commit
that referenced
this pull request
Apr 29, 2020
* scRNASeq changes Feb 2020 * March updates * Merging activeDev for v4.0.1 release (#444) * Fix sequenza error * Scrnaseq (#437) Scrnaseq: miRNA-seq changes and scRNA-seq changes * Symlink counts matrix if "counts/" exists in users rawdata directory * Dectect if users is starting from a raw counts matrix * Updating pop-up box dialogue after detection of new counts matrix filetype * Find differential expression metadata in "/path/to/rawdata/counts/" * Readability: checking for counts matrix outside conditional statement * Adding "--alignEndsProtrude 10 ConcordantPair --peOverlapNbasesMin 10" to the first and second pass of STAR * Explicitly loading 'python/2.7': default version of python changing to '3.7' Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: wong-nw <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]>
skchronicles
added a commit
that referenced
this pull request
Jun 17, 2020
* improving estimated fragment length * est fraglen; diffbind * DiffBind and cleanup * ppqt changes * ppqt improvements and a few other details * scRNASeq changes Feb 2020 (#438) * scRNASeq changes Feb 2020 * March updates * Merging activeDev for v4.0.1 release (#444) * Fix sequenza error * Scrnaseq (#437) Scrnaseq: miRNA-seq changes and scRNA-seq changes * Symlink counts matrix if "counts/" exists in users rawdata directory * Dectect if users is starting from a raw counts matrix * Updating pop-up box dialogue after detection of new counts matrix filetype * Find differential expression metadata in "/path/to/rawdata/counts/" * Readability: checking for counts matrix outside conditional statement * Adding "--alignEndsProtrude 10 ConcordantPair --peOverlapNbasesMin 10" to the first and second pass of STAR * Explicitly loading 'python/2.7': default version of python changing to '3.7' Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: wong-nw <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]> * improving ppqt, diffbind, frip, and jaccard * fixed the InitialChIPseqQC.snakefile conflict * fastqc bug fixed * more memory for BWA in ChIP-seq pipeline * reverting ngsqc_plot to a version that functions Co-authored-by: wong-nw <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]>
skchronicles
added a commit
that referenced
this pull request
Sep 14, 2020
* improving estimated fragment length * est fraglen; diffbind * DiffBind and cleanup * ppqt changes * ppqt improvements and a few other details * scRNASeq changes Feb 2020 (#438) * scRNASeq changes Feb 2020 * March updates * Merging activeDev for v4.0.1 release (#444) * Fix sequenza error * Scrnaseq (#437) Scrnaseq: miRNA-seq changes and scRNA-seq changes * Symlink counts matrix if "counts/" exists in users rawdata directory * Dectect if users is starting from a raw counts matrix * Updating pop-up box dialogue after detection of new counts matrix filetype * Find differential expression metadata in "/path/to/rawdata/counts/" * Readability: checking for counts matrix outside conditional statement * Adding "--alignEndsProtrude 10 ConcordantPair --peOverlapNbasesMin 10" to the first and second pass of STAR * Explicitly loading 'python/2.7': default version of python changing to '3.7' Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: wong-nw <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]> * improving ppqt, diffbind, frip, and jaccard * fixed the InitialChIPseqQC.snakefile conflict * fastqc bug fixed * more memory for BWA in ChIP-seq pipeline * reverting ngsqc_plot to a version that functions * fixing FRiP * improved ChIP-seq PE and bug fixes Co-authored-by: wong-nw <[email protected]> Co-authored-by: Skyler Kuhn <[email protected]> Co-authored-by: Mayank Tandon <[email protected]> Co-authored-by: jlac <[email protected]> Co-authored-by: skchronicles <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.