Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 03ea778
  • /
  • README.md
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:f35f56c7bc160e5d76f57f72d0b250dc04e82b36
directory badge Iframe embedding
swh:1:dir:03ea778787084907598b932648568a69c4d99c91

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
README.md
# CylK-homologs
constructs and analyzes individual muscle alignments to characterize candidate CylK homologs, because a blast search is too general

you must have muscle installed: https://drive5.com/muscle5/

your input files (input_all_homologs.fasta) can include as many sequences as you'd like to analyze against a reference sequence (licheniforme.fasta)

script_Nterm.sh is a bash script that will parse through your input protein sequence(s) and construct individual muscle alignments against a reference protein sequence to look for the presence or absence of a defined number of N-terminal residues (135) before a set point in the protein sequence (Lys240). This was designed with the CylK enzyme family in mind because it has a relatively rare N-teminal domain and a common C-terminal domain (beta propeller), such that blast results would return a mixture of true homologs and some only containing the C-terminal domain. The output will be a fasta file (out_homologs.fasta) of protein sequences with N-terminal domains, and are thus more likely to be CylK homologs.

the output of script_Nterm.sh (out_homologs.fasta) was deduplicated with Geneious (out_homologs_unique.fasta) and used as the input file below:

script_R105.sh and script_Y473.sh similarly parse through input protein sequences (in this case, out_homologs_unique.fasta) and construct individual muscle alignments against a reference protein sequence (licheniforme.fasta), but they look for the presence or absence of key catalytic residues, R105 or Y473, respectively. The output will be a fasta file (out_homologs_unique_with_R105.fasta, or out_homologs_unique_with_Y473.fasta) of protein sequences with the key catalytic residue.

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API