Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziad Al Bkhetan committed Oct 26, 2024
1 parent 5d89732 commit a097678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/local/generate_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ process GENERATE_REPORT {
def args = task.ext.args ?: ''

"""
generate_report.py --type ${output_type} \\
--msa ${msa} \\
--pdb ${pdb.join(' ')} \\
Expand Down
1 change: 0 additions & 1 deletion modules/local/run_esmfold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ process RUN_ESMFOLD {
awk '{print \$2"\\t"\$3"\\t"\$4"\\t"\$6"\\t"\$11}' ${meta.id}_esmfold.pdb | grep -v 'N/A' | uniq > plddt.tsv
echo -e Atom_serial_number"\\t"Atom_name"\\t"Residue_name"\\t"Residue_sequence_number"\\t"pLDDT > header.tsv
cat header.tsv plddt.tsv > ${meta.id}_plddt_mqc.tsv
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit a097678

Please sign in to comment.