snakepipes
snakepipes copied to clipboard
Customizable workflows based on snakemake and python for the analysis of NGS data
`--predictChIPDict` ran on projects without control samples gives a dictionary, in which controls as listed as quoted empty strings. Parsing this in ChIP-seq results in control samples being recognized as...
- [ ] createIndices: drop 'gtf to files', use `gtfToGenePred` instead? (would be consistent with repoTrampoline) - [ ] take transcript2gene.txt as input to Salmon_Alevin ("genes_t2g") - [ ] drop...
It seems pytests would require the use of ruamel yaml instead of pyyaml (#966) (at least if we want to keep generating all the data 'on the fly'). This seems...
I am getting different results using the multiBamSummary command on my local PC using the following command that I expected to be the same on the server side, and I...
Currently, splitSampleSheet looks for a "batch" column, in addition to name and condition. Make it flexible, so that any column between name and condition might be included - so that...
Hi everyone, i am trying to analyse ATAC-seq data with snakepipes. Currently, I am facing an error during the DNA-mapping workflow. Before that, I have created an index for GRCm38....
Some of the options to test: - [ ] add copying over of the env yml files to condaEnvDir (done by snakemake, not done by `snakePipes createEnvs`) - [ ]...
I have installed snakepipes and downloaded ATACseq example for test run. However, the example does not run as I expected. I first run following the suggestion from command.sh and get...
For rna_seq.yaml: name: snakepipes_RNAseq_environment_2.0 channels: - conda-forge - bioconda dependencies: # - python >= 3 - bedtools = 2.30.0 - samtools = 1.15.1 - subread = 2.0.1 - hisat2 =...
Hi Katarzyna and everyone else, I can not run the spikeIns strings for Chip-seq, this is a CUT&RUN protocol that has the bacteria cary over that can be used to...