Skip to content

Conversation

@sidorov-si
Copy link

Hi @ferenckata ,

I made sure that the full pipeline works with the default parameters and with some alternative parameters.
I'll address the issue of not providing a FASTA file in a couple weeks.
Could you please have a look and merge if it looks good to you?

Cheers,
Slava

Copy link

@ferenckata ferenckata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this! main point is that the samplesheet should be input for nf-core (infolder is also supported still, but there should be something called input), so those changes should be reverted back
check github actions, especially linting because those are easy to fix and would be nice to pass

withName: INDEX_DEDUP {
publishDir = [
path: { "${params.outdir}/samtools_index_dedup" },
// path: { "${params.outdir}/samtools_index_dedup" },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this line if we are not using it?

withName: SAMTOOLS_DEDUP {
publishDir = [
path: { "${params.outdir}/samtools_dedup" },
// path: { "${params.outdir}/samtools_dedup" },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

genome_name: "sacCer3"
fasta: "testdata/sacCer3_genome/sacCer3.fa"
index: "testdata/sacCer3_genome/sacCer3_star_index/"
samplesheet: "/mnt/biggley/home/slava/projects/leancage_dev/pe_samplesheet.csv"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

relative path would be better

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also samplesheet got renamed to input

input: "docs/examples/samplesheet_sacer_pe.csv"
infolder:
sample_name_fields:
# mapping parameters

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add comment back, this is for the users as an example

# CAGEr parameters
cager_sample_file: "docs/examples/sample_list.csv" # with sorted list of bigwigs, if mapping is run elsewhere
cager_sample_file: ../nepal_sample_list_test.csv

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add back comment for user

tssregion_up: -3000
tssregion_down: 3000
tsslogo_upstream: 35
tsslogo_upstream: 20

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it changed?

The parameters specific to mapping, can be left empty when running in `cageronly` mode:

- `input` specifies the input CSV samplesheet. This option is mutually exclusive with `infolder`.
- `samplesheet` specifies the input CSV samplesheet. This option is mutually exclusive with `infolder`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be input, otherwise nfcore complains

"description": "Genome annotation fiel in GTF format"
},
"input": {
"samplesheet": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be input

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the github actions, it also shows the errors and warnings

main:

if (params.input) {
if (params.samplesheet) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert

bowtie2: true
# dedup
dedup: true
dist: 100

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is not part of params, adjust schema and add with default parameters into the customcageq.nf file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants