Skip to content

Commit

Permalink
Updated PFR params
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Apr 30, 2024
1 parent 4355771 commit eba68eb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ process {
if(!params.skip_fastqc) {
process {
withName: '.*:FASTQ_FASTQC_UMITOOLS_FASTP:FASTQC_RAW' {
ext.args = '--quiet'
ext.args = '--quiet'
}

withName: '.*:FASTQ_FASTQC_UMITOOLS_FASTP:FASTQC_TRIM' {
Expand Down
1 change: 0 additions & 1 deletion modules/nf-core/fastqc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ process FASTQC {
fastqc \\
$args \\
--threads $task.cpus \\
--memory $fastqc_memory \\
$renamed_files
cat <<-END_VERSIONS > versions.yml
Expand Down
20 changes: 6 additions & 14 deletions pfr/params.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"external_protein_fastas": [
"/workspace/ComparativeDataSources/OrthoDB11/Viridiplantae.fa.gz",
"/output/genomic/fairGenomes/Plant/Actinidia/chinensis/var_chinensis/male/2x/assembly_russell/v2.1/RU01.20221115150135.pep.fasta"
],
"liftoff": [
[
"/output/genomic/fairGenomes/Plant/Actinidia/chinensis/var_chinensis/male/2x/assembly_russell/v2.1/Russell_V2a.chromosomes.and.unassiged.and.haplotigs.fsa",
"/output/genomic/fairGenomes/Plant/Actinidia/chinensis/var_chinensis/male/2x/assembly_russell/v2.1/RU01.20221115150135.gff3"
],
[
"/output/genomic/fairGenomes/Plant/Arabidopsis/thaliana/var_na/sex_na/2x/assembly_tair/v10/TAIR10_chr_all.fas",
"/output/genomic/fairGenomes/Plant/Arabidopsis/thaliana/var_na/sex_na/2x/assembly_tair/v10/TAIR10_GFF3_genes_transposons.fixed.gff3"
]
]
"input": "/workspace/pangene/test_data/assemblysheet.csv",
"external_protein_fastas": "/workspace/pangene/test_data/external-protein-fastas.txt",
"eggnogmapper_db_dir": "/workspace/ComparativeDataSources/emapperdb/5.0.2",
"eggnogmapper_tax_scope": 33090,
"fastq": "/workspace/pangene/test_data/fastqsheet.csv",
"liftoff_annotations": "/workspace/pangene/test_data/liftoffannotations.csv"
}
8 changes: 4 additions & 4 deletions pfr/profile.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ profiles {
}
}

params {
config_profile_name = 'Plant&Food profile'
config_profile_description = 'Plant&Food profile using SLURM in combination with Apptainer'
}
// params {
// config_profile_name = 'Plant&Food profile'
// config_profile_description = 'Plant&Food profile using SLURM in combination with Apptainer'
// }

0 comments on commit eba68eb

Please sign in to comment.